#cnguyen-paymentintent-list
1 messages · Page 1 of 1 (latest)
You need to look at https://stripe.com/docs/api/payment_intents/object#payment_intent_object-status
OK so status !== succeeded is good
Thank you
and what about the "incomplete" status ?
that doesn't exist, per the docs
ok it could be just a display on the Stripe dashboard and I have to find the status corresponding. Thanks.