-
Notifications
You must be signed in to change notification settings - Fork 525
After upgrading to 9.1.3 createTokenWithBankAccount() not working #809
Comments
I found that the implementation of I've just tried a rewrite now though and and gotten it working in my stripe testing environment at least, so I'll try to submit a PR for it soon I hope. |
Hi, Any update on this issue? |
Hey guys, I faced the same issue for this and also with the createTokenWithCard method. I didn't had the time to refactor the whole Bank Account process in my project with another library. So I added a quick fix on the following files on the android project:
May not be the best but since it seems like this repo is no longer being maintained I hope this helps people in the same situation as me. Edited the
And added the following method on
NOTE: I only added the obligatory fields, in case you are going to need the I followed the example of the previous version of the repo (when the createBankAccount method existed) and the createCard method, when it included the createBankAccount method in Converters.java. I only updated it with the new BankAccountWithParams model. I think this is really similat to what was actually done in the implementation tasks mentioned above, but they aren't merged yet |
Closing this ticket, so that new users don't think this project is still active. Stripe does not want you using this, and you will find pain if you do; Please migrate to the official @stripe/stripe-react-native package, for your user's safety, and your developer's sanity! See more: #842 |
Problem
After upgrading to 9.1.3 ('com.stripe:stripe-android:16.10.0' ) the createTokenWithBankAccount() is not working. I find it missing in the stripe module. I am using it to create token for bank account.
I am stuck at it. It will be an immense help if anyone provide a solution.
Expecting a release with the fix.
The text was updated successfully, but these errors were encountered: