#Ryan Turnbull (Eucalyptus)
1 messages · Page 1 of 1 (latest)
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.
Is that the same as using
paymentIntents.create( { confirm: true,
(We use this currently)
Do you mean following?
- Use Setup Intent to collect payment method such as Apple Pay
- Use Payment Intent creation with
confirm:trueand 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
Yeah that's what we're doing. Great! This should work for us then, thankyou so much
No problem! Happy to help 😄