#GiovanniV - confirm
1 messages · Page 1 of 1 (latest)
ConfirmSetup is what you would use to confirm a Setup Intent using the Payment Element
That is the universal approach
If you want to confirm a specific payment method (Card in this case) you could use confirmCardSetup
Neither of these calls are for Payment Intents so none of them will have the Payment ID
For a Payment you want to use confirmPayment
https://stripe.com/docs/js/payment_intents/confirm_payment
ok thanks 1 more questio. the https://stripe.com/docs/js/elements_object/update_payment_element#payment_element_update-options-terms term object how do I use it on the ios mobile side terms
object
ios and android SDK to see if we can find guidance on toggling a disclaimer option on or off
You can review what iOS mobile features we have implemented here: https://github.com/stripe/stripe-ios
Since the iOS mobile app uses the PaymentSheet instead of the Payment Element, there may not be a 1:1 mapping of features
how to toggle stripe disclaimer options "terms"on or off on mobile then ?
I am not seeing that as an option with the Payment Sheet