cardNumber
A component to accept card number.Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
Code Snippet for cardNumber component
Code Snippet for cardNumber component
cardHolder
A component to accept card holder’s name. You can pass values to a component using options cashfree.create(‘componentName’, options)Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
Code Snippet for cardHolder component
Code Snippet for cardHolder component
cardExpiry
A component to accept card expiry. This component does not accept any parameters.Returned Value
You can get the value of a component by callingcomponent.data().value
. All returned
values of component.data()
can be found here
Code snippet for cardExpiry component
Code snippet for cardExpiry component
cardCvv
A component to accept card cvv/cvc. This component does not accept any parameters.Returned Value
This is a secure field and you cannot get values from this field.Code snippet for cardCVV component
Code snippet for cardCVV component