#Devik
1 messages · Page 1 of 1 (latest)
hello! it'll be complete - https://stripe.com/docs/api/checkout/sessions/object#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.
So, I create a Checkout Session with req_kFz4aQ8hc40JD5.
I fill out the form, it redirects me to success_url, req_auFDi8S3neaQrx is created... but when I try to retrieve the session with req_OKIjtS5RMrrONE the "payment_status" is still "unpaid".
"status" => "complete" alright. Which should I check?
that's odd though, you're paying with a card
it should be synchronous
if you retrieve the session now
can you share what's the payment_status?
I have another session now - cs_test_a1Vi4rk3Ds5aKk94SzcBduG6YOuvI6weBvs767rPf3nZMisyZpXR0JuZPr
but the same thing.
"payment_status" => "unpaid"
"payment_status" => "unpaid"
"status" => "complete"
I'm not really that interested in the funds actually being in my account. If I check against the status, can I be sure the funds will appear eventually? Does "payment_status" => "unpaid" only indicate that they are being processed, but there is no scenario in which they don't end in my account?
and i think the payment_status should update