#ursus
1 messages ยท Page 1 of 1 (latest)
Hello ๐
How can I help?
hello man ๐ I have one question. I save in advance a setup intent with a payment method (sepa debit). is it correct that when I try to do a payment I have the form again with the iban element along with fields about billing address again?
If you have the SEPA account already saved as a Payment Method, you can just re-use its ID. No need to present the form every time
This doc shows this for a card PM but you can do the same thing for SEPA https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method
so I could just present a "pay x$" button and in the backend create a PaymentIntent already confirmed?
Correct
thank you very much ๐
even if there is only the backend, it's suppose to be "on_session" if the user clicked the button to trigger the payment?