Reset PIN API
Headers
Request Body Parameters
| Parameters | Parameter description with validations | Sample | Data type | Mandatory/Optional |
| encryptPin | Encrypted PIN. Format example: Clear pin must be 4 digits. | Ex:1234. It Should be encrypted Using the Provided Base64 Pin Key. | String | Mandatory |
| cardRefId | Card reference ID | e.g., "1500002017" | Long | Mandatory |
| deviceId | Device ID | e.g., 869879 | String | Mandatory (if the channel is ANDROID) |
| latLong | Latitude & Longitude | 20.34650575630703, 85.80711840832657 | String | Mandatory |
| channel | Channel of request | WEB | String | Mandatory |
Sample Request Body
Response Body Parameters
| Parameters | Description | Data type |
| 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 | Your PIN has been successfully reset |
| 1 | FAILED | Reset Pin Failed |