#Competitor
1 messages · Page 1 of 1 (latest)
Stripe only offers payment related receipt and doesn't offer custom thank you email.
is there a way to add a link to my receipt? i sell a digital product and i need my customers to be able to download it
These are the fields that can be customised in the receipt: https://stripe.com/docs/receipts#customizing-receipts
You may add the link to the description of the Payment Intent to display custom text: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-description
can i add something to the description via the dashboard, or only via code?