#jinet-sepa-paymentintent
1 messages · Page 1 of 1 (latest)
mmm I didn't get your point! can you elaborate please
Do you have an example request I can look
actually I'm creating a setup intent for the customer once he logged and I provide the client secret and the payment method I created to confirm sepa debit setup!
am I missing a step,
Let's take a step back: Do you have a SetupIntent id I can look at? seti_123
Ok here it is req_ktYLWSDeqOdl5K
Ok this one seti_1Jf6PiFCuLihQKs9OoCY5Uoe_secret_KJjtkClbxVjDgxkWzbYkg295lEhz985
nitpick: that's a client_secret not the id. It's fine I can find it from here, but important to know the difference
yes, my bad, I thought you wanted the client secret ><
all good, I'm looking, sorry Discord is a bit busy right now so I'm context switching a lot but I'll update you soon
see that request: https://dashboard.stripe.com/test/logs/req_w9a8b7kO7WbkAE
that's your own request to create the SetupIntent. You never said you wanted SEPA Debit and the default is cards only
you have to explicitly pass payment_method_types: ['sepa_debit'] on creation
ok I got it, so can I update the setup intent method type once my customer choose the SEPA payment method?
for example or create the SetupIntent after you know the selected method, or configure it for all the ones you want to support