Masahiko Sakakibara
Masahiko Sakakibara
I’m not aware of this issue on my side, but if it is indeed happening, it may be difficult to resolve within this plugin. Today I released v7.2.0, which updates...
This should be fixed in the latest version, v7.2.0, so please try the latest version!
@PaulliDev Thanks for opening this issue and for the detailed investigation. Just to make sure I’m understanding correctly: the problem isn’t that PaymentSheet has a bug, but rather that you...
@PaulliDev The first important thing is whether this approach is actually the right one. I looked through the official React Native implementation, but I wasn’t able to find anything similar....
## ⚠️ `@capacitor-community/stripe-identity` Breaking Change Deprecated Identity APIs have been **fully removed**. ### Removed - Deprecated events: `Completed`, `Canceled`, `Failed` - Deprecated return values and related types - `present()` now...
# `@capacitor-community/stripe-terminal` Breaking Change ## Changed ```diff ext { ... - stripeterminalHandoffClientVersion = '4.7.0' + stripeterminalAppOnDevicesVersion = '5.1.+' } ```
Thanks for opening the issue. I haven’t started updating the plugin for Capacitor 8 yet. I’m planning to do this together with a major Stripe update, which requires setting aside...
I’ve published a **pre-release v8.0.0-0**. You can find the release here: https://github.com/capacitor-community/stripe/releases/tag/v8.0.0-0 It’s available via the `next` tag: ```bash npm install @capacitor-community/stripe@next ``` If everything looks good over the next...
Just to clarify this point: with Stripe Apple Pay, even in test/sandbox mode, you need to add a real card to Apple Wallet. This is expected behavior — no real...
Thanks for checking 🙏 I was able to confirm on my side as well that everything looks good, so I’ve now released this as **v8.0.0** 🎉 I’ll close this issue,...