#donmcwi
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) of the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
The last one was Request req_oOyb1DbGhro1Zp
I tried multiple times before creating the new one.
This Discord chat is really nice.
The request ID came from my exception handler log...
Thanks for sharing! Looking it now
Thanks
Note: The only thing that I changed to get it working was the addition of the new shipping rate.
The shipping rate is live mode, but you were making req_oOyb1DbGhro1Zp in test mode. Live and test modes don't share the data
The same shipping rates appeared in both live and test modes, prior to my addition of the new rate.
THe new rate only appears in test mode
All rates are active
The name of the shipping rates are the same, but the IDs are different in test and live modes. For example, the ID for the same shipping rate name is shr_1JuSRFHbzu0oT5qa5yLCDJTa in test mode: https://dashboard.stripe.com/test/shipping-rates/shr_1JuSRFHbzu0oT5qa5yLCDJTa
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
$5 live mode = shr_1Li7FgHbzu0oT5qa2S3DN3af and test mode = shr_1JuSRFHbzu0oT5qa5yLCDJTa so you are right, thanks and sorry to bother you. Have a nice evening ! 😆