#jinet-sepa-paymentintent

1 messages · Page 1 of 1 (latest)

dawn matrix
#

@ripe gale it looks like you didn't configure that setup intent for SEPA

ripe gale
#

mmm I didn't get your point! can you elaborate please

dawn matrix
#

Do you have an example request I can look

ripe gale
#

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,

dawn matrix
#

Let's take a step back: Do you have a SetupIntent id I can look at? seti_123

ripe gale
#

Ok here it is req_ktYLWSDeqOdl5K

#

Ok this one seti_1Jf6PiFCuLihQKs9OoCY5Uoe_secret_KJjtkClbxVjDgxkWzbYkg295lEhz985

dawn matrix
#

nitpick: that's a client_secret not the id. It's fine I can find it from here, but important to know the difference

ripe gale
#

yes, my bad, I thought you wanted the client secret ><

dawn matrix
#

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

#

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

ripe gale
#

ok I got it, so can I update the setup intent method type once my customer choose the SEPA payment method?

dawn matrix
#

for example or create the SetupIntent after you know the selected method, or configure it for all the ones you want to support