You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, to confirm a SetupIntent with the SDK, one needs to provide either the ID of the PaymentMethod, or raw payment method details. It's possible for a SetupIntent to be created with a PaymentMethod, so supplying it during confirmation should be optional. This would match the optional param behavior in the API.
Right now, to confirm a
SetupIntent
with the SDK, one needs to provide either the ID of thePaymentMethod
, or raw payment method details. It's possible for aSetupIntent
to be created with aPaymentMethod
, so supplying it during confirmation should be optional. This would match the optional param behavior in the API.Relevant code:
stripe-android/stripe/src/main/java/com/stripe/android/model/ConfirmSetupIntentParams.kt
Lines 111 to 157 in 2e42c50
The text was updated successfully, but these errors were encountered: