#hamdi-product
1 messages · Page 1 of 1 (latest)
thanks!
Oddly enough, it seems that product_description parameter is available on the create checkout session API, under the product_data object which is under the price_data object (creating a price inline).
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data-product_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.
@harsh finch i understand it's a bit odd, but it is expected behaviour right now. I'll pass on the feedback to our product team
Cool, thanks! I can supply the description at the top level of the create checkout session API, so I should be good for now. Thanks @woven pivot