-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Implement JS SDK #4
Comments
Im starting to dive into Stripe terminal now and 100% agree that supporting both SDKs with this one plugin would be a game changer. |
@kyleabens Agreed. I'll probably implement it at some point. It probably won't even take to long (being a simple wrapper). It's just a matter of when I have time. Out of curiosity, what's your use-case for Stripe Terminal? |
🎉 This PR is included in version 1.0.0-beta.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@kyleabens Basic support for the JS SDK has been added. See the known limitations for what it doesn't support yet. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Stripe Terminal has a JavaScript SDK for its Verifone countertop card readers. Since Capacitor focuses on both native and PWA platforms, should
capacitor-stripe-terminal
wrap the JS SDK as well?At eventOne, we don't need the JS SDK since we only use the BBPOS readers. However, supporting the JS SDK would be a great feature for users who use both types of readers. Having a single JS API between platforms and devices would be awesome (and is something that you can't even do with Stripe's existing SDKs).
I will definitely accept any PRs for adding this feature.
To-Do
Implement Terminal JS SDK
Check for & install reader firmware updatesCreate payment intents(see Create payment intents client side #44)The text was updated successfully, but these errors were encountered: