#koolknow
1 messages · Page 1 of 1 (latest)
Hello! The recommendation is to do that asynchonrously via webhooks. You'd receive a payment_intent.succeeded event.
Yes it's important if you're handling post-payment action/fulfilment depending on success of the payment
im creating a project in django so can you help me out??
Sure, what with?
ride booking system
Which part specifically?
the price will be calculated with the distance
i want to confirm that the webhooks are important or not??
It would depend on your payment flow and what details/information you need post payment. In most cases yes webhooks are vital, but you may also need confirmation of payment success synchronously too
How can you do what? If you're starting out with one-time payments, I'd recommend looking here: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
yes it will be one time payment because different users can book diferent rides
Cool, than read the above and let me know what I can help with