#Simplesrikanth
1 messages · Page 1 of 1 (latest)
Hi there, yes you can add additional text to the receipt, the details are explained here https://stripe.com/docs/receipts#customizing-receipts
Thank you Jack, I did look at this info, but it doesn't provide and API or field which we can use to be able to add additional text say of about 1000 characters
I'd need to add to the bottom of the receipt
Stripe receipts will help you comply by filling in all the fields that we know. However, for other data you wish to display, you must use the description parameter, for example:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-description Basically you can set a description when creating a PaymentIntent.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
we are already using this description field which display in middle of the receipt, Any other field which can be used to display at the end of the receipt
I'm afraid not.
Any other suggestion to customize it
No. There's no option for you to display text at the bottom of the receipt.