#SynTer
1 messages · Page 1 of 1 (latest)
I don't understand the question. Can you elaborate?
yeah sure, when i retrieve the checkout session, i get that object with the status of the purchase
i wanna know if there is any enum with the possible status for it
like, pending, approved, canceled, refunded etc
Yup, you have to look at the object itself, rather than the Retrieve API documentation: https://stripe.com/docs/api/checkout/sessions/object?lang=go#checkout_session_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.