#.hauchu
1 messages · Page 1 of 1 (latest)
If there is any further action such as 3DS authentication or redirecting to payment method page to complete the payment process
For more information of Payment Intent lifecycle, you may refer to the doc here: https://stripe.com/docs/payments/paymentintents/lifecycle
I got it
I Mean buyer go to klarna, and after complement pay then buyer returned return_url.
If buyer cannot complete payment in klarna then stripe redirecting to return_url?
Yes, the customer will still be redirecting to return_url if the payment fails in Klarna
No problem! Happy to help 😄
@wooden glade hi
My system have log
Started handling api request /api/checkout/pre/359060dd199142fa8c7ca9c9c5a57bfd/provider-confirmed?payment_intent=pi_3NkVQPLYM1LEppZi0RL2f1iU&payment_intent_client_secret=pi_3NkVQPLYM1LEppZi0RL2f1iU_secret_cKQ9UDtVTMXbagpgCC1dw6fNI&redirect_status=succeeded&x_system_id=676890125lpjamdml
I think buyer complete payment via klarna, so Why payment intent still status requires_action?
Redirecting to the return_url doesn't mean that the customer completes the payment
Your system should retrieve the Payment Intent status to check if the customer completes
Customer can cancel the payment in the Klarna page and redirects back to the return_url
In url have params redirect_status=succeeded
tell me, we can use it to handle success or failed?
redirect_status simply means that the redirection is succeeded and doesn't mean that the payment is succeeded
You can't use redirect_status to determine the payment status
Additional Payment Intent retrieval will be required to check the payment status
i got it