#gstauf
1 messages · Page 1 of 1 (latest)
The receipt_url is a property of the Charge object. https://stripe.com/docs/api/charges/object#charge_object-receipt_url
You can retrieve the Payment Intent's latest_charge to get the related Charge object
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-latest_charge
ok I see, thanks. I can get from the charge id, thakns