#Noelia
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
You can add it with this method https://stripe.com/docs/api/payment_methods/create#create_payment_method-sepa_debit-iban
But I am not sure you will be able to use it without a mandate from the Customer. So I would advice you to create a Checkout Session with mode setup instead, and have the Customer do it on their own: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-mode
We would like the client not to have access, he has provided us with everything necessary for us to add the SEPE account. So I would like to know what to do?
You can try to create a setup Checkout Session for yourself, with sepa_debit in payment_method_types, and provide all the information that you have.
I am not sure if some additional authorization will not be required, but it's best to check.
I am trying to add the SEPA payment method to a customer and I am not able to do it.
Hey, I think we spoke about this exact issue yesterday. What's the problem exactly?