#invite4ever-payments

1 messages · Page 1 of 1 (latest)

wild pumice
#

hi!

  1. correct. You could use Checkout or Invoices or Orders with Prices, PIs just use raw amounts though
  2. no, and it doesn't make sense. Checkout will create a PaymentIntent as needed for you.
kindred wyvern
#

1 so it is not recommended to use Price object at all? Why? just curious 🙂

wild pumice
#

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.