#AdamTheDeveloper
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
You can get that link, from the refunded charge object:
https://stripe.com/docs/api/charges/object#charge_object-receipt_url
If you have the PaymentIntent Id, you get do a get by Id fetch:
https://stripe.com/docs/api/payment_intents/retrieve
Then you will find that link in: charges[].receipt_url
Thank you very much. I will try to find that one. I appreciate it.