#Bhaal22
1 messages · Page 1 of 1 (latest)
Hi there!
That's not something directly supported by Stripe Terminal. So you'll have to build this yourself.
i should have a payload somewhere?
with the payment data
coming back from a payment try
i suppose also theres a "norm" for payment receipts no?
i should have a payload somewhere with the payment data
Sure, retrieve the PaymentIntent object: https://stripe.com/docs/api/payment_intents/retrieve?lang=node
i suppose also theres a "norm" for payment receipts no?
No idea, sorry.
Note that inside the PaymentIntent there is a Charge object. And that Charge object contains a receipt: https://stripe.com/docs/api/charges/object?lang=node#charge_object-receipt_url