#kyle_heat_engineer
1 messages · Page 1 of 1 (latest)
Additionally I would like to confirm my understanding of how the migration process works. My understanding is that Braintree will provide Stripe with our customers’ details including their Cards. As a part of this process Stripe will convert the Braintree Customers to Stripe Customer https://stripe.com/docs/api/customers/object and the Braintree Cards linked to the Braintree Customers will be converted to Stripe Cards which will be linked to Stripe Customer. Once this migration has occurred Stripe will provide our team with a lookup table for our Braintree Customer ids to our Stripe Customer ids. Our team can then run a script which will create Stripe Subscriptions with the newly created Stripe Customer’s linked Stripe Card.
We are performing this migration along with our database migration and plan to have a full test environment before running anything live. Currently the plan would be to run a script which populates the Stripe test environment with Customer object from Braintree Customer and use the stripe testing card. Would this be an appropriate representation for mocking the Stripe migration.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thanks
give me a couple of minutes that's a lot to go through đŸ˜…
for any migration related question you need to go to https://support.stripe.com/contact/email?topic=migrations
Find help and support for Stripe. Our support site 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.
they will be able to better guide you and provide all of the necessary information