#theodiablo
1 messages · Page 1 of 1 (latest)
Can you help me understand which part of the receipt specificially you want to control?
Well, I'm not actually 100% sure of what could be done.
When looking at the Email Receipt doc (here https://stripe.com/docs/receipts?payment-ui=checkout), I can see:
Description of goods or services provided```
How can I do that in the create checkout session API? And where does that `Description of goods or services provided` would be shown?
Sure, this this parameter: https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Will that be displayed in the Email Receipt sent to the customer?
I believe so according to the doc you just shared. Should be able to test it easily enough
Thanks for that!
Have a good day @stiff mountain