#matrixx_paymentelement-spm
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/1425595174582489160
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
matrixx_paymentelement-spm
@candid phoenix creating the PaymentMethod first is the right approach
https://docs.stripe.com/payments/build-a-two-step-confirmation is the best doc I'd say
Hi @kindred mist ! Thank you for the link. I did review that documentation prior to creating the thread and I saw 'Detect the selection of a saved payment method` which is great for payment methods already saved....but this is when they are entering new card details....
Are there any down sides to creating a payment method in Stripe, and not connecting it to the customer. For example, if they choose to abandon the checkout process, we'll have a payment method in Stripe that isn't connected to a customer. Any concerns here?
The doc I shared works the same whether you use a saved card or not. And no downside no. It's a common flow what you are trying to do
We do have a beta feature that "locks" the funding type in PaymentElement so you might want to contact support to ask for access: https://support.stripe.com/contact
oh, that's awesome! I will look into that. Thanks for the help! I think this request can be closed.