Open - Instructions on how to use the practice files for all topics in this section.
These are references and supplemental materials for this section.
Information on how to test Stripe Transactions.
Valid card numbers, bank numbers and number creating specific errors and situations.
Stripe Checkout JS Configuration Parameters
Configuration options for the simple integration uses a <script> element
Stripe Checkout JS Received Parameters
These parameters submitted to your form's action endpoint, along with any other <form> fields in the form, once the checkout is complete.
Form Parameters and DOM
This error is due to using a local non public server. Once in a public server the problem no longer appears.
color?image_url=https%3A%2F%2Fxyz.abcde.co
checkout.stripe.com/api
This is a 400 Bad request error that appeared testing the exercises.
Stripe support reported in the following that is has no impact on the Checkout process.
"Unfortunately, when the image is not available to the public, we are unable to run color detection (because the server that runs this algorithm can't access the image). Note that this simply prevents the icons from changing color in your Checkout integration – it doesn't actually prevent charges from going through."