#naftali100
1 messages · Page 1 of 1 (latest)
Hello 👋
- Is there an API to get a receipt as a pdf?
The receipt URL is store on the charge object, you can retrieve the charge and look at thereceipt_urlproperty
https://stripe.com/docs/api/charges/object#charge_object-receipt_url
- How do I edit the text in a receipt?
Not every field is customizable.
https://stripe.com/docs/receipts#customizing-receipts
- Are there any settings to configure the receipts it should meet the legal requirements for a non-profit?
Not sure what needs to change for legal requirements. As far as I know, these are the only changes we support
https://stripe.com/docs/receipts#customizing-receipts
Would recommend talking to our support team as they would know if there's an alternative here
https://support.stripe.com/?contact=true
does that help @prime ferry ?
I'll check it out and let you know
- charge_object-receipt_url gives a link to a HTML page not a pdf
- I need to add these words to receipts: No goods or services were provided in exchange for your contribution
charge_object-receipt_url gives a link to a HTML page not a pdf
Ah yes, there's no way to get the PDF directly.
I need to add these words to receipts: No goods or services were provided in exchange for your contribution
You may be able to use the description field for this but I'd still recommend talking to our support team to make sure that's the only option.