#kate-receipt-description
1 messages · Page 1 of 1 (latest)
Hello
You can't update a receipt once it has been created
However, you could update the description and then resend the receipt
Is that what you are looking for?
No, it is possible to add a custom text before the receipt was created? Right now, the description is gotten from the Product Name
What integration are you using?
Are you creating Subscriptions here?
Or are you using Stripe Checkout?
If you have an example I can look at then that works too
Yes, Products or subscriptions
Can you share an example PaymentIntent ID?
pi_3OUqOkAxLeTiJ9zb4Ljo61bc
Okay so you are using a Payment Link here
So you can set the description via payment_intent_data.description: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-payment_intent_data-description
So will whatever value we have in payment_intent_data.description be reflected in the summary details for the automated receipt?
Not sure offhand. Recommend trying this in test mode
okay