#.hauchu

1 messages · Page 1 of 1 (latest)

pale sonnetBOT
wooden glade
#

If there is any further action such as 3DS authentication or redirecting to payment method page to complete the payment process

clear wind
#

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?

wooden glade
#

Yes, the customer will still be redirecting to return_url if the payment fails in Klarna

clear wind
#

I got it

#

tks a lot

wooden glade
#

No problem! Happy to help 😄

clear wind
#

@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?

wooden glade
#

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

clear wind
#

In url have params redirect_status=succeeded

#

tell me, we can use it to handle success or failed?

wooden glade
#

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

clear wind
#

i got it