#ferra

1 messages · Page 1 of 1 (latest)

cinder currentBOT
gusty mica
#

Hi 👋

So you would be creating SEPA payment methods for your customers?

main marlin
#

They already pay with SEPA, and they will through Stripe. My question is about mandates.

#

They already signed them, so I'd like to import them. That's why I'm looking for a POST method on this resource.

#

(without creating them again from your payment form)

gusty mica
#

I understand that but Mandates are part of the Payment Method in Stripe.

#

So you would create the SEPA payment method for each customer in Stripe. You can pass mandate information for SEPA at that time

main marlin
#

I've understood the process. But I'll call API to create some PaymentIntent, without asking my customers to fill in the payment form.

gusty mica
#

Right. For that they would need to already have a saved Payment Method that you could then charge. Using the Setup Intent to create a Payment Method for them would accomplish this.

main marlin
#

Great I'm discovering SetupIntents

#

After reading the documentation, I guess I'll use SetupIntents to import all the mandates (and IBAN). I also guess that is what you use if I provide you a PAN export from my actual provider?

#

(for credit cards)

gusty mica
main marlin
#

So you (Stripe) will import my customers cards for later payments. That is why I'm asking if you will use SetupIntents.

gusty mica
#

Okay that is something you will need to request. That's a different team

main marlin
#

(we won't know at that time the later payments)

gusty mica
#

The migration should result in Customer records with re-usable Payment Methods attached to them. How the migration team gets there is not something I am familiar with. I would recommend reaching out to them for clarification.