-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose CVC number in CardField
when dangerouslyGetFullCardDetails=true
#903
Comments
Hi @charliecruzan-stripe, any change this type of enhancement can be made. This seems to be the only piece of information that doesn't make it though when using If we could get an idea if our request would be possible sooner-than-later we can make a decision what we should do on this end; We're currently marching towards a deadline on this end and this issue would need to be solved for our release to be feature complete. Essentially, on our end if we can't get at the Let us know either way. Thanks in advance. |
@charliecruzan-stripe please advise is this request might make it into the subsequent release. If not we'll need to find another solution. |
hi @mashaalmemon , I'm checking in on this now. It's a fairly specific use case so I can't make any definitive promises right now unfortunately |
@mashaalmemon we will implement this, it will likely be ready for our next release. Please remember that enabling |
@charliecruzan-stripe, I appreciate the super quick turn around time. Regarding the |
Is your feature request related to a problem? Please describe.
We use Stripe to take card payments, and a 2nd payment provider to handle Visa Debit payments. We want to use the Stripe
CardField
component to collect card details & submit them to both Stripe and the Visa Debit payment provider at the same time. In our use case our Visa Debit payment provider provides a client side library which we use to tokenize the payment method before adding it to their system.We currently are using
dangerouslyGetFullCardDetails
on theCardField
component to getnumber
,expiryYear
expiryMonth
from the control but note thatcvc
is not provided. We needcvc
to tokenize the information.Describe the solution you'd like
We would appreciate it if
cvc
could be exposed as well whendangerouslyGetFullCardDetails=true
on theCardField
component.Describe alternatives you've considered
Any alternative would involve using a different component or building our own component for Visa Debit information. This would not be ideal.
Additional context
In #280 access to the full card number was granted. In that ticket, providing
cvc
was considered by @thorsten-stripe but the original requestor there did not require it. This has been requested in and #425, but the use case was not appropriate. I believe @thorsten-stripe was looking for more information on a usecase but one wasn't identified. I hope our use-case justifies the need for this feature.The text was updated successfully, but these errors were encountered: