capacitor-stripe-terminal icon indicating copy to clipboard operation
capacitor-stripe-terminal copied to clipboard

💳 Capacitor plugin for Stripe Terminal (credit card readers)

Results 22 capacitor-stripe-terminal issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Once instantiated it appears that the plugin will establish listeners for native events. If you create a new instance of the plugin and let go of any...

**Describe the bug** I just bought one the Stripe M2 readers and one of their physical test cards. For some reason it keeps giving me a ReaderDisplayMessage of `6` (The...

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I am trying to get details of user input, in particular - credit card. I want to implement authentication via credit card tap. Having wisepad 3. Using this [documentation](https://stripe.com/docs/terminal/features/saving-cards/save-cards-directly?terminal-sdk-platform=ios#collect-payment-method) 1....

**Describe the bug** the batteryLevel on the reader object is always null in v2.1.0-beta.3 **To Reproduce** install v2.1.0-beta.3 and discover card readers and look at the reader object for any...

bug

Hey guys! Thank you so much for such amazing and useful plugin. I am a bit disappointed because I am having ES5 Ionic + AngularJS project and I want to...

Currently, you can only create payment intents server side. While functional, it would be nice if it were possible to create them client-side.

enhancement

**Is your feature request related to a problem? Please describe.** As of right now, users are unable to refund an Interac transaction which is a form of payment in Canada....

enhancement

- General - You _must_ call `retrievePaymentIntent` _once_ before calling `collectPaymentMethod` and `processPayment`. If you forget to call it before or you call it in-between the two methods, they will...

bug