#ursus
1 messages · Page 1 of 1 (latest)
Hi there!
One SetupIntent will save a single PaymentMethod. But you can create multiple SetupIntent if needed to save multiple PaymentMethods.
cool. I mean, I need more of a single payment methods (all sepa debit). so that the customer can choose which iban to use to pay
Yes you can, just create multipole SetupIntents
cool, thanks 🙂
another question. in the UI I should show something to the user in order to make him able to do a choice on which iban use to pay. can I show the iban? otherwise, which field would be suitable in this case?
You can see all information that Stripe gives you about sepa_debit here: https://stripe.com/docs/api/payment_methods/object#payment_method_object-sepa_debit
So maybe use the last4 of the IBAN?
cool, yes, make sense