#Lustful

1 messages ยท Page 1 of 1 (latest)

vagrant stoneBOT
eager holly
#

The recommendation is to handle psot-payment/fulfilment actions via async webhooks, yes. There's no guarantee users follow the redirect to your success_url

mild pendant
#

I am quiete noob in Stripe, and have not much time (my customer is always on tight milestones) to study the webhooks system

eager holly
#

But as explained, that's not really recommended for anything other than displaying a order confirmation page or similar. For fulfilment actions, like database writes, use a webhook

mild pendant
#

I know you are right ๐Ÿ™‚ And will do correctly later. But the thing I need now is only to ensure if stripe goes to success_url, the payment is OK. And this is the fastest way to get some data from there.

#

Is the same template in failure_url?

eager holly
#

You can use the {CHECKOUT_SESSION_ID} template with cancel_url yes