#invite4ever-payments
1 messages · Page 1 of 1 (latest)
hi!
- correct. You could use Checkout or Invoices or Orders with Prices, PIs just use raw amounts though
- no, and it doesn't make sense. Checkout will create a PaymentIntent as needed for you.
1 so it is not recommended to use Price object at all? Why? just curious 🙂
it's recommended/required to use it if you're using integrations that use it
Checkout/Invoices/Orders/Subscriptions use Prices. PaymentIntent are just the raw option for just being able to tell the API "charge $x amount" based on your own code. Longer term the product vision is that you would use those other products instead(like Orders) and the Order takes in a Price and creates the PaymentIntent for you with the appropriate amount, which is how for example Checkout works today.