#amoomoo
1 messages · Page 1 of 1 (latest)
Can you share the request ID (req_xxx) of updating the quantity? 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.
ofc! I have it handy req_3XRhNx9y2QtMmO
oh, btw, I've changed quantity back to an int, it was a string just for testing reasons. Here's another req_id.
req_yUkT8oIiASrdms
In https://dashboard.stripe.com/test/logs/req_yUkT8oIiASrdms, the request body is empty
Stripe only accepts form-encoded request bodies
In the screenshot you shared, it was a JSON body
It should be x-www-form-urlencoded
ah, but when I do that, it gives this:
👋 any new request id?
I actually sovled this issue 😆 It turns out my auto-set postman headers were being stupid.