View cvv by cardRefNumber API
Headers
Request Body Parameters
| Parameters | Parameter description with validations | Sample | Data type | Mandatory/Optional |
| cardRefNo | Unique card reference number | "9815221858" | String | Mandatory |
| channel | API call device type | "WEB" | String | Mandatory |
| latLong | Latitude and longitude | "12.3.4,12.34.45" | String | Mandatory |
| deviceId | unique device ID of customer | "d3f4b2e7-8c3a-4a6e-bf22-91c87a789a11" | String | Optional |
Sample Request Body
Response Body Parameters
| Parameters | Description | Data type |
| data | Response data | Object |
| CVV | CVV no. of the card. Present inside data object | String |
| statusCode | Status Code(0/1) | String |
| statusDesc | Status Description of Status | String |
| status | SUCCESS/FAILED | String |
Sample Response Body
SUCCESS:
FAILED:
If card is not mapped to the customer.
Detailed Status Codes
| Status | Response Type | Description |
| 0 | SUCCESS | The CVV has been successfully generated |
| 1 | FAILED | Invalid Card Ref No.Kindly enter a valid card reference number |