#FloNy
1 messages · Page 1 of 1 (latest)
Hello! Can you provide more details? Is this about the Payment Element or something else?
Hello, so basically from my website page customer click on button that create a checkoutSession, they get redirected and they can paid without problem
but if we stored some previous payment methods (cards or SEPA)
we cannot specify which pm we want to use so we can prefill the form for the customer (especially for the SEPA part)
is there any way to do that ?
Ah, okay. You can't prefill an existing SEPA Payment Method in Checkout, no.
(not sure it's clear though :D)
so they have to retype the exact same information again and again ?
Yes, if you use Checkout every time. Typically if you have a saved, reusable Payment Method you would make a UI on your own site that lets your authenticated Customer choose which saved method to use, then you charge that yourself on the backend without using Checkout at all.
using PaymentIntent right ?
Yep!