#danbanasiak
1 messages ยท Page 1 of 1 (latest)
@snow karma, which property?
https://stripe.com/docs/api/prices/object
I don't see amount ๐ฆ
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
it's the price
but you can have multiple Prices per Product
each price object has an amount this amount is labeled Price on the dashboard
@snow karma
oki,
and now: I want to sell:
- **5x **VIP tickets for 30$
- **10x **standard tickets for 20$
- **15x **early bird tickets for 10$
i created price with amount: 30$/20$/10$, but where can i set amount of tickets (5x VIP, 10x standard, 15x early bird)?
not really, this should be handled in your code