#Ninjesus-IBAN-SEPA
1 messages · Page 1 of 1 (latest)
Hi there! Do you already have accepted mandates from the customers?
I assume so...
But want to check!
Yes they have already accepted with the "old" payment system
Alright so there are two options here.
First, you could actually have our migrations team handle this (they can import SEPA Debit paymentmethods). For that you would want to reach out to our Support team for that route.
I can manage to have a "not so bad" solution, which would be to display their numbers above the form, allowing them to copy and paste manually in the stripe element
You don't need to use Elements at all here since you already have accepted mandates and the necessary data
The second option is to create these PaymentMethods yourself
Oh ok I didn't think about this ahah
That would mean using https://stripe.com/docs/api/payment_methods/create to create the PaymentMethod and then using a SetupIntent and passing mandate_data (https://stripe.com/docs/api/setup_intents/create?lang=node#create_setup_intent-mandate_data) to recreate the Mandates within Stripe
alright I will take a look at this thank you.
I will also explore possibilities with the support team as we are transferring clients for a client we manage through connected standard account. We might transfer clients frequently in future so I shall setup best process with best practices on this
Okay so just to clarify, our migrations team can only import SEPA Debit PaymentMethods from outside of Stripe. If these PaymentMethods already live on another Stripe Account then you would need to recreate them.
yes that the case I have for now, they are outside of stripe
Okay then yes getting in touch with our Migrations team is what I would recommend!
that sounds very nice, even if my client tells me that everything is OK with their client data regarding GPDR, it is best for me to let them handle the migration directly with your team.
But what comes to my mind as I'm writting, if we do this way, the migrated payments methods won't be accessible through stripe connect, as they will be directly imported in our client's standard stripe account ?
No they will still be accessible