#barhamd

1 messages · Page 1 of 1 (latest)

sly monolithBOT
rigid totem
#

Hi 👋 typically we recommend to avoid relying solely on your success_url for handling fulfillment.

Doing so puts your fulfillment flow at risk as it may not be triggered if your customer loses network connection after making their payment or if they immediately leave the sites after making their payment.

real bay
#

Ah, I see. Thank you! This answers my question.

rigid totem
#

Any time!

real bay
#

I'll use a webhook instead, but are card payments always complete once the user is redirected to the success_url?

rigid totem
#

Yes, the card payment method option is an immediate notification payment method, so you'll receive an immediate response regarding its status.

real bay
#

Sorry, just to be clear though, I understand I can get an immediate response, but is it possible for the status to be open still?

rigid totem
#

The status of the Checkout Session? No, I would not expect that.

real bay
#

Ok, thank you! Just for my own future reference.