Stripe: can I copy production data for testing?

I am working on a script that uses an api script to rip files with the PHP SDK. I was hoping I could reproduce production data in a test environment. Is it possible?

Thank,

Andrew

+6
source share
2 answers

As I discovered, you need to write a script and change the "livemode" flag to false. This can transform production data into test data. Stripe does not offer this directly. You can see the flag description in the image below.

enter image description here

+1
source

, . , , API .

, , - Stripe , , , , Stripe.

+1

Source: https://habr.com/ru/post/1660219/


All Articles