#pupi_zanetti

1 messages · Page 1 of 1 (latest)

fading lilyBOT
prime pollen
#

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

Securely export sensitive primary account number data.

hexed terrace
#

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.

prime pollen
#

NP! 🙂 Good luck

hexed terrace
#

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?

prime pollen
#

Ah unfortunately the API currently doesn't have a way to do that. You'll have to create two requests separately in that case