Test Environment
If you would like to test some of the Stripe flows in a test environment, you can use the project id below, and the products defined in the code snippet below.
producs-test.js
const Products = { normal: "normal",startup: "startup",standard: "standard",lite: "lite" }
Project ID for testing
fb3bdb49-4771-4bab-80be-a8fe3d7201f9
💡
Use test cards for such: https://docs.stripe.com/testing (opens in a new tab)
You are ready to go!