#monte.btc
1 messages · Page 1 of 1 (latest)
Hello! 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.
- monte.btc, 4 hours ago, 25 messages
It means the purchase was successful. Keep in mind there's a difference between checkout.session.completed and checkout.session.async_payment_succeeded: https://stripe.com/docs/api/events/types#event_types-checkout.session.async_payment_succeeded
checkout.session.completed fires for payment method types that aren't delayed (e.g. cards) if their payment is successful, or if the associated Payment Intent transitions to processing (in the case of payment methods with delayed notification like SEPA or ACH)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.