#Matt K
1 messages · Page 1 of 1 (latest)
Hi there! Yes, you can access the receipt URL from the Charge object: https://stripe.com/docs/api/charges/object#charge_object-receipt_url
So, when working with an invoice, you can retrieve the invoice and expand charge to look at the latest charge object: https://stripe.com/docs/api/invoices/object#invoice_object-charge
Thanks!
What about invoices marked paid out of band?
Those invoice do not have a charge object
Hm, that's kind of tricky