Specific Error Cases
- A 404 error can occur if an order confirmation request is submitted before the order reaches
awaiting_confirmation. Adding a short delay or polling until the order is ready will help prevent this error. - When creating a checkout intent, the
buyer.countryfield is case sensitive. The expected input is uppercase. - If you get an
Order Failed: No such tokenerror, confirm that you are generating the card token with the Rye publishable key, rather than your own Stripe key. constraint_total_price_exceededandconstraint_shipping_cost_exceededare returned when the order total or shipping cost exceeds the value specified in the checkout request.- If you get the error
The specified phone number does not match the expected pattern, please update the phone number in your request to use the format010-010-0101.

