You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
[x] I have read an installation guide
[x] I know that for an iOS I need to install pods because I've read the installation guide
[x] I have read a linking guide and checked that everything is OK like in manual linking guide
[x] I know that before using tipsi-stripe I need to set options for my app as described in usage guide
The problem
I would like to allow payments with a saved card stored in the backend but I want the user to reenter the cvv of the saved card as an extra fraud prevention measure. How can I do this? I don't see anything about this in the doc and confirmPaymentIntent requires me to either pass the paymentMethodId or all the credit card info in the paymentMethod param. However, I cannot just pass the cvv in paymentMethod along with paymentMethodId.
The text was updated successfully, but these errors were encountered:
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!
Before I have submitted the issue
[x] I have read an installation guide
[x] I know that for an iOS I need to install pods because I've read the installation guide
[x] I have read a linking guide and checked that everything is OK like in manual linking guide
[x] I know that before using
tipsi-stripe
I need to set options for my app as described in usage guideThe problem
I would like to allow payments with a saved card stored in the backend but I want the user to reenter the cvv of the saved card as an extra fraud prevention measure. How can I do this? I don't see anything about this in the doc and
confirmPaymentIntent
requires me to either pass thepaymentMethodId
or all the credit card info in thepaymentMethod
param. However, I cannot just pass the cvv inpaymentMethod
along withpaymentMethodId
.The text was updated successfully, but these errors were encountered: