-
Notifications
You must be signed in to change notification settings - Fork 662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to specify mandate parameters for SEPA debit when confirming Setup Intent #2103
Comments
@Arieck-nl can you add your email address to your GitHub profile so that I can reach out to you for more details? |
@mshafrir-stripe Thanks for your response, I have updated my profile with my e-mail address. |
Summary - Update confirm params creation methods to take an optional mandate id or mandate data - Remove `ConfirmPaymentIntentParams.Builder` - Remove `ConfirmSetupIntentParams.Builder` Motivation Fixes #2103 Testing Add unit tests
@Arieck-nl I put up a PR to enable adding Mandate data to the confirm request |
Great, thank you! |
Summary - Update confirm params creation methods to take an optional mandate id or mandate data - Remove `ConfirmPaymentIntentParams.Builder` - Remove `ConfirmSetupIntentParams.Builder` Motivation Fixes #2103 Testing Add unit tests
Summary - Update confirm params creation methods to take an optional mandate id or mandate data - Remove `ConfirmPaymentIntentParams.Builder` - Remove `ConfirmSetupIntentParams.Builder` Motivation Fixes #2103 Testing Add unit tests
@mshafrir-stripe Do you have an ETA for when version 13.2.0 will be released? We are currently holding back our own release until we are able to update to version 13.2.0. |
@Arieck-nl I just released |
Summary
I'm trying to confirm a Setup Intent for a SEPA debit payment method, which results in a status 200, so this part seems to work. The payment method has been added to the user, but looking into the Stripe console, it seems the payment method is
Incomplete
with the reason that the mandate has not been given. The docs do not state how to do this through the Android SDK, but it seems to be possible to do so through the iOS SDK. Is this not yet finished in the Android SDK or am I missing something?Code to reproduce
I'm using the
.confirmSetupIntent()
method and thePaymentMethodCreateParams.SepaDebit
class to setup the Payment Method.SDK version
13.1.2
The text was updated successfully, but these errors were encountered: