#digows_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1374751501779472476
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Pix isn't supported for Invoicing
oh
You can see it's not in the supported products tab here: https://docs.stripe.com/payments/pix
Actually I'm using Stripe elements to show the payments for. And after genereting an invoice, I get the confirmation_secret to show the elements.
Even in this case, I can not use PIX?
If creating a PaymentIntent works fine.
okay, and is there any way to link a payment with an invoice later?
There's not, no
okay, thanks.
Pix is in public preview, so it's early stages of supportability
Sure
I have some customPaymentMethods in my Stripe elements.
I have a scenario which I may need to remove all default payment methods from the invoice/elements, showing only the custom ones.
How can I do that? In the invoice creation or in the Stripe elements?
I don't think this is possible, but let me poke around
thanks
Ok so this is possible but you'd have to use a different checkout flow
Currently you create invoice up-front and render payment element with the client secret
You'd need to use the deferred flow to achieve this: https://docs.stripe.com/payments/accept-a-payment-deferred