#pignaecom
1 messages · Page 1 of 1 (latest)
Are you coding this with the API yourself or is the Stripe code here prebuilt for you via Checkify/Shopify?
Prebuilt
Stripe does not develop those plugins so unfortunately we cannot help much with troubleshooting them. If these are plugins that you did not write code for, I would reccommend reaching out to the plugin developer or shopify for help
Can you click on one and see what the error associated with it is?
That typically means that Stripe sent out the event but there was an issue on the receiver's side
Can you send me the URL of the page you are on where you see that?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Gotcha, so that 400 request is something that the server we sent the event to sent back to us.
So Stripe is doing our side of the webhook process, we are sending the event and their server is receiving the data. The issue seems to be that their code is erroring out at some point and unfortunately we can't tell why from the Stripe side. We don't have a concept of orders like that, that is their concept around our data. We're sending the right Stripe data, they're having trouble lining it up with their own orders in their own system
Gotcha thanks