#pupi_zanetti
1 messages · Page 1 of 1 (latest)
Hello 👋 Our team on discord won't know a ton about data migrations unfortunately. Based on the doc here you can migrate without closing the account
https://stripe.com/docs/account/data-migrations/pan-export
You can continue to access your data through the Dashboard and API after you migrate and no longer process payments with us, so long as you don’t close or delete your account.
https://stripe.com/docs/account/data-migrations/pan-export#:~:text=You can continue to access your data through the Dashboard and API after you migrate and no longer process payments with us%2C so long as you don’t close or delete your account
but you should confirm with our support team about this
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.
Thanks Hanzo, I saw that link, but there it gives examples of bank cards, will it be the same as SEPA account numbers?
Don't worry, I'll ask tech support. Thank you.
NP! 🙂 Good luck
I have another question. I have a limit when making a bank debit of X amount. If it exceeds that amount, I usually get an error. Is it possible when doing a $charge = \Stripe\Charge::create to tell it to split the payment in two?
Can I do it in the same request ($charge = \Stripe\Charge::create), or do I have to create two requests?
Ah unfortunately the API currently doesn't have a way to do that. You'll have to create two requests separately in that case