#renlaer057
1 messages · Page 1 of 1 (latest)
Hello renlaer057, we'll be with you shortly! 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.
• renlaer057, 1 day ago, 80 messages
• renlaer057, 2 days ago, 38 messages
• renlaer057, 4 days ago, 9 messages
• renlaer057, 4 days ago, 9 messages
• renlaer057, 5 days ago, 46 messages
hello! it'll be a Checkout Session Object : https://stripe.com/docs/api/checkout/sessions/object
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 receive this event, it means that the order has been cancelled. I need to change the checkout session to the canceled status in our own system. But my developer doesn't know what is the content he is returning and we need to find the same checkout session based on some ID in the returned content.
Can you share your account id so that I can take a closer look at how your integration works? You can find your account id by logging in to https://dashboard.stripe.com/settings/account. It'll be in the upper right hand corner and looks like acct_123
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
acct_1N6RXLILBklWVE7i
you can see an example of checkout.session.expired event in your Dashboard e.g. https://dashboard.stripe.com/events/evt_1O4xjAILBklWVE7i80hc1PYG
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks