#bookmypnr
1 messages · Page 1 of 1 (latest)
What information/details are you looking for?
when payment done successfully then May I getting any transaction or paymentno to track
Sorry, not really understanding what you mean
ok. On success_url may I get any payment related id to track in stripe
You can append the {CHECKOUT_SESSION_ID} variable to your success_url and we'll include the ID when users are sent back to your app: https://stripe.com/docs/payments/checkout/custom-success-page
But we generally recommend using webhooks for fulfilment/reconciliation as there's no guarantee your customers make it to the success_url: https://stripe.com/docs/payments/checkout/fulfill-orders