#Ryan Turnbull (Eucalyptus)

1 messages · Page 1 of 1 (latest)

lofty vigilBOT
tepid stone
#

confirmSetup is for Setup Intent. If you use Payment Intent, confirmPayment should be used instead. Payment will be collected when calling confirmPayment with Apple Pay information.

lavish bloom
#

Is that the same as using

paymentIntents.create( { confirm: true,

(We use this currently)

tepid stone
#

Do you mean following?

  1. Use Setup Intent to collect payment method such as Apple Pay
  2. Use Payment Intent creation with confirm:true and payment method ID set
#

If so, Setup Intent in Step 1 simply collects payment method and doesn't charge to customer. The actual charge is in Step 2 with Payment Intent

lavish bloom
#

Yeah that's what we're doing. Great! This should work for us then, thankyou so much

tepid stone
#

No problem! Happy to help 😄