#carl_97311

1 messages · Page 1 of 1 (latest)

shy fiberBOT
tranquil granite
#

Hi

  1. Is it enough to create a payment intent (off session future usage) for the initial payment, then a new off session intent for every subsequent payment?
    Yes, you can find more details in this guide:
    https://stripe.com/docs/payments/save-during-payment
  2. Do we need to use a setup intent first, then create a payment intent for initial payment, then a new intent for every subsequent payment?
    You should be using SetupIntent if you don't know when the first charge will happens. If the customer need to make a first payment, then you can use PaymentIntent with setup_future_usage: 'off_session' as detailed in the guide above
  3. We want to charge right away, so do we actually need setup intents to mark the card as offsession or would the initial offsession payment intent do this?
    Same you can use PaymentIntent for both: doing the first charge and save the payment method for future usage
oblique sparrow
#

Thank you for your help. You can archive this thread now