#KyleForza - invoice receipt
1 messages · Page 1 of 1 (latest)
HI there. You can get it from the charge object: https://stripe.com/docs/api/invoices/object#invoice_object-charge then on the charge: https://stripe.com/docs/api/charges/object#charge_object-receipt_url
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks @slow shard . So by using this user will be able download payment receipts PDF?
Yep. Its not a direct link to the pdf, but it's a url they can use to download it
Thanks you