#jignesh_13529
1 messages · Page 1 of 1 (latest)
when payment successes that time i am using webhook that is our notify url
when payment successfully done i need confirmation or reference number
I don't understand sorry. can you give a concrete example of what you are trying to do?
at this file i need payment receipt number
or somthing that i can compare on stripe and my ecommerce site
what is payment payment_intent?
payment_intent is the payment made on Stripe. and you can check payment_intent.id to know it's unique ID.
yes