#rezamirzad
1 messages · Page 1 of 1 (latest)
Can you send me the event ID?
hi
one of them as example: "evt_3Mb4dVGMR3u9Lz700hO9Lzej"
Thanks for the ID. Based on the log https://dashboard.stripe.com/test/events/evt_3Mb4dVGMR3u9Lz700hO9Lzej Your server returns a 400 and the response body is
<?xml version='1.0' encoding='UTF-8'?><Error><Code>InvalidArgument</Code><Message>Invalid argument.</Message><Details>Cannot create buckets using a POST.</Details></Error>
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
ok, yes, I already understood that.
any reason to that?
and any way to solve that?
as i mentionned, i receive the webhook in local.
but not through the staging website, which is ISO to the local code
This is the response from your server, I'd suggest you to check your server log
ok, does it have anything to do with the fact that my stripe account is in test/developer mode? and not live?
It's worthy to check if you are using the correct API key and webhook secret key in your staging server.