#lomholdt
1 messages ยท Page 1 of 1 (latest)
The Products/Prices API is meant to be used on the backend to represent Products and Prices. You can create Subscriptions with those objects, etc. If you're just using Payment Intents though (one time payments), you can't use the Products/Prices API with them
Ah, right. Ok. I thought I would be able to do that. I am in fact doing one time payments with Payment Intents.
Yeah you can only specify the amount: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-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.