-
Notifications
You must be signed in to change notification settings - Fork 526
save card for future usage without payment #760
Comments
In java code, they are expecting paymentMethod or paymentMethodId, clientSecret parameters, which might be not in document after adding paymentMethodId my code is working |
@sandipgupta55 thank you for replying , could you please show me sample code |
const result = await stripe.confirmSetupIntent({ |
@sandipgupta55 oh I see alright I will try that |
Closing this ticket, so that new users don't think this project is still active. Stripe does not want you using this, and you will find pain if you do; Please migrate to the official @stripe/stripe-react-native package, for your user's safety, and your developer's sanity! See more: |
Before I have submitted the issue
[ ] I have read an installation guide
[ ] I know that for an iOS I need to install pods because I've read the installation guide
[ ] I have read a linking guide and checked that everything is OK like in manual linking guide
[ ] I know that before using
tipsi-stripe
I need to set options for my app as described in usage guideThe problem
I am trying to add card without payment for future usage, but as showing in example, is to add card during payment of the order .
i have tried the fowling (
stripe.confirmSetupIntent
) after retrieve the client secret from backendBut awlays end up with this error :
Exception in native call from JS
I am spending till 3 days trying to figure it out, and all what i found is so confusing and there is no clear documentation, i hope can someone give me idea of the basic implement of saving cards for future usage without do payment.
Environment
tipsi-stripe
version:9.0.0
tipsi-stripe
version where the issue was not reproduced (if applicable): N/AAndroid
windows version 2004
"react": "16.13.1", "react-native": "0.63.4",
com.google.firebase:firebase-core
version:The Firebase Android library firebase-core is no longer needed
based on firebase documentation so i don't have installed version in my appLinks to logs and sources
For
Android
, please provide the following sections fromandroid/app/build.gradle
:buildToolsVersion = "29.0.2"
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
Screenshots, GIFs (Must to have)
The text was updated successfully, but these errors were encountered: