#Pdot-receipt-number
1 messages · Page 1 of 1 (latest)
What Stripe product are you using to create charges?
e.g. Invoices, Payment Intents, etc.
using a simple stripe.checkout.Session.create with products inside line_items
payment intents
I think it depends on the specifics. Do you want to use it to look up their actual receipt? Or do you just want to be able to quick-search for it in the dashboard?
More for looking up their recepit.
If you just want to look up their receipt, then you could use the Payment Intent ID.
There's a receipt number https://stripe.com/docs/api/charges/object#charge_object-receipt_number
and receipt url https://stripe.com/docs/api/charges/object#charge_object-receipt_url
on the Charge object as well, if you're trying to do something programmatically, but if you're just trying to get the receipt manually from the Stripe Dashboard, then the Payment Intent ID is the fastest and easiest