There are four card components as listed below:

cardNumber

A component to accept card number.

cardNumber
Card Number Object

Returned Value

You can get the value of a component by calling component.data().value. All returned values of component.data() can be found here

cardNumber
Card Number Object

cardHolder

A component to accept card holder’s name. You can pass values to a component using options cashfree.create(‘componentName’, options)

cardNumber
Card Number Object

Returned Value

You can get the value of a component by calling component.data().value. All returned values of component.data() can be found here

cardHolder
Card Holder Object

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 calling component.data().value. All returned values of component.data() can be found here

cardExpiry
Card Expiry Object

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.