#Akin
1 messages · Page 1 of 1 (latest)
Hi there!
The receipt URL can be found on the Charge object: https://stripe.com/docs/api/charges/object#charge_object-receipt_url
Does that object returns just pdf as i noticed it opens a link when i can then click on download button for receipt or invoice
Yes, you can download the PDF from that URL as you would any other download URL
It's a link, and when users click on it they see their receipt
Ah okay, thanks both!