#morteza_api
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- morteza_api, 16 hours ago, 87 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1257651396770009118
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hi
What's the evt_xxx ID and what do you expect?
evt_3PXmhXLmjdnG8GX00goYs7MP
can you please send me the whole evt_ object that webhook has recieved ?
You should be able to see the full JSON payload in your Dashboard: https://dashboard.stripe.com/events/evt_3PXmhXLmjdnG8GX00goYs7MP
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
you know I'd the developer and don't have access to dashboard
can you send it to me Ithink there's deserialization error when parsing evt object
Then you can use the API: https://docs.stripe.com/api/events/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
when I retrieve
Probably because of an API version mismatch with your SDK
it gets api_version of 2019
which is dashboard's default api version
I want object to be in 2020-03-02 version which is the same as our webhook endpoint's version
if you please send me the evt object , I can write coe based on that and parse the event successfully
I get by api but it's api_version becoms my dashboard's default api version which is 2019-12-03 while I need it to be 2020-03-02 . so I'm afraid they would be different objects
if you send me the whole object recieved by our endpoint which is https://weehook.co.uk/Customer/UpdatePaymentStatus
I can't do that I'm afraid
You'd pass the Stripe-Version header in the request: https://docs.stripe.com/api/versioning
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I set in curl
but again
I get in default api version
can I prove I'm the developer and you send me the evt object ?
what if I send our secret key
Can you share the ID (req_xxx) of the API request? 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.