#jamie_97274
1 messages · Page 1 of 1 (latest)
pi_3OC33hLjYDcRA6KW1FJD6qA6
The user didn't complete the payment, so they haven't been charged. Why do you say "but the customer did get charged"?
The customer has shared his bank details to confirm payment was taken
Can you share why the PI says incomplete, when the payment was failed?
I recommend asking Stripe support for this type of questions: https://support.stripe.com/contact
Can you share why the PI says incomplete, when the payment was failed?
That's how Stripe works, there's nofailedstatus for PaymentIntent
I'm confused what you mean by there's no failed status for payment intent, I can share one now that says failed?
Sure, what's the ID?
But is this is related to an incorrect payment then support is the correct channel for help on this
No problem, just checking now why a PI says it is incomplete
i.e. pi_3OCSevLjYDcRA6KW14OUj7lo this is a failed one
just trying to understand the difference
Taking a look
Just looks like a regular bank decline. If your customer claims to have been charged by their bank still, you need to speak with support at the link above
Because the payment can be retried so technically incomplete. A failure is not a terminal state: https://stripe.com/docs/payments/paymentintents/lifecycle
Right now it has status: 'requires_payment_method' so can be re-confirmed with payment details to attempt again
If the payment attempt fails (for example due to a decline), the PaymentIntent’s status returns to requires_payment_method so that the payment can be retried.
Okay gotcha thanks for the info!