#akdj16

1 messages · Page 1 of 1 (latest)

near warrenBOT
onyx beacon
#

It'll likely always be sepa_debit as that is the recurring type of a Bancontact payment method:

After your customer authenticates the payment, Stripe refunds the payment and store your customer’s IBAN in a SEPA Direct Debit payment method. You can then use the SEPA Direct Debit PaymentMethod to accept payments or set up a subscription.
https://stripe.com/docs/payments/bancontact/set-up-payment#:~:text=After your customer,a subscription.

Learn how to save bank details from a Bancontact payment and charge your customers later with SEPA Direct Debit.

#

Bancontact PMs are single use and can't be saved to your customers

south bay
#

yes, I know that, but how to find out that the sepa pm attached is caused by a boncontact ?

onyx beacon
south bay
#

can we retrieve the setupIntent using the paymentMethod?

south bay
onyx beacon
south bay
#

ok, let me try

#

the test looks good for me, I can find the bancontact type inside the generated setup attempt

#

thanks!