#naftali100

1 messages · Page 1 of 1 (latest)

zenith sirenBOT
gleaming dew
#

Hello 👋

  1. 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 the receipt_url property
    https://stripe.com/docs/api/charges/object#charge_object-receipt_url
  1. How do I edit the text in a receipt?
    Not every field is customizable.
    https://stripe.com/docs/receipts#customizing-receipts
  1. 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
#

does that help @prime ferry ?

prime ferry
#

I'll check it out and let you know

#
  1. charge_object-receipt_url gives a link to a HTML page not a pdf
  2. I need to add these words to receipts: No goods or services were provided in exchange for your contribution
gleaming dew
#

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.