#ferra
1 messages · Page 1 of 1 (latest)
I am not immediately sure what the procedure is for imports like this. Are you following a specific one of our guides?
No. Is there any guide about migration through API?
From what I read on your documentation (https://stripe.com/docs/api/setup_intents), I guess I should create SetupIntent to store mandate information used for later PaymentIntents...
Yep the PaymentIntent and SetupIntent APIs are how to set up mandates, the PaymentMethods API does not have a way of creating mandates by itself here
You're from the migration team right? If so, can I have more information about the PAN migration? I will soon be provided a PAN export from my current payment provider, and I guess I need to be in touch with the Stripe migration team about the import of the file. Is it possible to give instructions about this import process, such as custom fields?
I am not from that team. Still looking in to if there is guidance on this, I think SEPA supports offline mandate creation but still need to confirm.
Have you already been talking to the migrations team? If not you can reach out at https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Not yet, but how is that a way to reach at the migration team?! Don't they have Discord?
As far as I am aware this developer discord server is the only one that Stripe runs, most of our support goes through more traditional chat/tickets
So it does look like our migrations team has a process for migrating mandates from other platforms. I'd recommend reaching out through support so they can put you in contact
Mandates information are not secret so I'm actually importing them myself, this is why I had the question I asked.
Thank you, I'll reach out this team when needed.
Ah gotcha, are you trying to figure what to pass in to mandate_data on the SetupIntent then? Or were you just confirming that intents were the way to do this?
Yeah I wanted to confirm the right way, I'll get back to you if I got problems with SetupIntents. Thank you!