Skip to content
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

SCA integration #69

Closed
AhmadAyyaz1993 opened this issue Nov 18, 2019 · 2 comments
Closed

SCA integration #69

AhmadAyyaz1993 opened this issue Nov 18, 2019 · 2 comments

Comments

@AhmadAyyaz1993
Copy link

I just want to know that if we have support for SCA in this plugin or plans for implementing it near future?

@ihadeed
Copy link
Member

ihadeed commented Nov 18, 2019

@AhmadAyyaz1993

Support for SCA is implemented in the Capacitor version: https://github.com/zyra/capacitor-stripe

This PR is to merge that implementation into this repo to make it work for Cordova.

It works but requires the following plugins to be installed on Cordova:

  • cordova-plugin-androidx
  • cordova-plugin-androidx-adapter
  • cordova-support-kotlin

New version highlights:

  • All the essential features are working and tested (card, bank, pii, and source tokens, payment intents, setup intents, google pay, apple pay)
  • UI components were partially implemented but they're removed for now. Will implement if Support other country's postal code except for US? stripe/stripe-android#1778 is resolved.
  • Payment methods (listing customer cards) is implemented but not very well tested.

In the near future payment methods will be tested more thoroughly to squeeze out any existing bugs. Once things are looking stable I'll do another round of quick refactoring to port both the Android + iOS implementations here.

@AhmadAyyaz1993
Copy link
Author

Thanks for the information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants