#johan
1 messages · Page 1 of 1 (latest)
Hey! There's no way for users to copy data between Stripe accounts no. The migration process outlined on that page is the only option
Hi thanks a lot for your response, yeah I understand that but what I'm looking in to basically do a test PAN copy. how do I do this? essentially to simulate a real life scenario just so we have an idea what changes or updates we need to do in our system and between customers
As stated, there's no way to simulate the migration/copying process. The doc outlines the considerations you'll need to factor in for your integration: https://stripe.com/docs/account/data-migrations/pan-copy#data-considerations
This includes new object IDs in most instances:
The copy process assigns new object IDs of the same payment type to payment data. For example, the process assigns a new card object ID to all card objects and new payment method object IDs to all payment method objects.
fantastic thanks a lot I think that will be enough to know
just in terms of the payment data objects, bacs direct debits (UK) is not listed, do you guys copy this payment methods as well?
I believe we do yes, they're covered under Payment Method objects (pm_xxx). Only SEPA is excluded
I'd reach out to the support/migrations team directly via that page and they'll know for sure
perfect thanks so much