#Jerry Jose
1 messages · Page 1 of 1 (latest)
Hello 👋
Can you expand a little bit more on your use-case here?
We have some docs on customizing the success page
https://stripe.com/docs/payments/checkout/custom-success-page
for example If the payment status is Incompleted then How we can show it to the client
When you retrieve the Session as shown in step 2, at that point you can expand the PaymentIntent so that the API includes the complete PaymentIntent object in the response.
then you can just look at the checkout_session.payment_intent.status to check its status
Hi, I have a question, Is the Stripe checkout payment process is sync or async ?
The payment is processed asynchronously
But there isn't much delay when it comes to card payments
ok, then no need to monitor the payment (webhook) for card payment?
It is best practice to listen for the events to be 100% certain
For your reconciliation
Ha great. Do we have any test card for delay or pending state (test mode)?
I don't think we have any test cards for this as such unfortunately