#Vishwesh
1 messages · Page 1 of 1 (latest)
which document are you referring to? can you share that link
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
These document I am referring to
you theoretically could do so by passing in the price_data and product_data adhoc : https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-line_items-price_data
You would simply pass in the total amount and quantity as 1. Typically though, a customer would expect to see what exactly they're paying for e.g. a tshirt, socks, etc
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.