#sdasdq3we
1 messages · Page 1 of 1 (latest)
You'd look at the invoice_pdf field: https://stripe.com/docs/api/invoices/object#invoice_object-invoice_pdf
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
invoice pdf and receipt pdf is different right?
The actual receipt will be on the underlying Charge object, not the Invoice: 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.
thankyou