Closed grzesebe closed 2 years ago
Name | Link |
---|---|
Latest commit | 17c05804b9a5e73787615ac6a2aa488cf1e3bb44 |
Latest deploy log | https://app.netlify.com/sites/capacitor-community-stripe/deploys/62df8cc8b292d60008c9ee58 |
Deploy Preview | https://deploy-preview-201--capacitor-community-stripe.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
I've tested this solution with p24 (https://stripe.com/docs/payments/p24), and 3DSecure card confirmation (https://stripe.com/docs/payments/3d-secure)
@grzesebe Thanks for your great work and pull request! I was in a bit of a hurry so I couldn't take a closer look, but I commented. Please let me know if it is mandatory, especially for Android targetVersion.
@rdlabo Thanks for your hard work on this plugin. You're the best. The p24 payment is crucial for me before using this library in production. The card payments are not enough. Maybe I should create a temporary NPM package until we are able to update the android SDK version?
In fact, we have already pre-released a version that supports Capacitor4, and the android SDK version is already available in the master branch.
Now you no longer have a problem accepting your pull request. Now we'll work on resolving the conflicts and doing the merge!
Merged!! Now pre-release.
npm i @capacitor-community/stripe@4.0.0-2
@grzesebe Thanks for great work!! Did you use this plugin for production? If yes, please tell us what app. This help development this plugin.
👉 https://github.com/capacitor-community/stripe/issues/145
Thanks.
Wow, that was fast :) As soon as we will go production I'll post in https://github.com/capacitor-community/stripe/issues/145
Hi, I was investigating possibility of using different payment methods ex: p24, Klarna... It occurs that we only need to update the SDKs On IOS it's also needed to pass "returnURL" param and handle URL callback after return to app from browser. https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-set-up-return-url
I've tested it on IOS and Android Emulator and it seems to work pretty well.
Unfortunately I wasn't able to compile on Android without bumping
targetSdkVersion
andcompileSdkVersion
I'm handling URL like this: