Activate bank card kit
Activate a bank card kit for a registered member.
/card-kit
#
Request ParametersFields | Description | Required |
---|---|---|
kitNo | string Kit number assigned to the member | โ |
employee_id | string Employee id of the member | โ |
last_digits | string Last 4 digits of the Paysack card assigned | โ |
specialDate | string Date of birth | โ |
address | string Address | โ |
address2 | string Address | โ |
gender | string Gender | โ |
isKitRegistered | boolean Kit registered or not | โ |
country | string Country | โ |
city | string City | โ |
state | string State | โ |
pincode | string Pincode | โ |
idType | string ID Proof(AADHAAR,PAN,PASSPORT,DL,VOTERID,RATIONCARD) | โ |
idNumber | string ID Proof number | โ |
countryofIssue | string Country of id proof issue | โ |
title | string Title(Mr/Ms) | โ |
kycStatus | string KYC Status(MIN_KYC/FULL_KYC) | โ |
#
Request{ "kitNo": "000000222222", "employee_id": "598024db0532e4xxxxxxxxxx", "last_digits": "0456", "specialDate": "1987-07-26", "address": "b-4/8 rajouri garden", "address2": "2nd floor", "gender": "M", "isKitRegistered": false, "country": "India", "city": "New Delhi", "state": "New Delhi", "pincode": "110027", "idType": "AADHAARREF", "idNumber": "xxxxxxx", "countryofIssue": "IND", "title":"Mr/Ms",, "kycStatus": "MIN_KYC"
}
#
Response{ "_id": "600a8c89b329f9a1515e2218", "entityId": "5d83161444effd3ee05fb1c5", "__v": 0, "address": "b-4/8 rajouri garden", "address2": "2nd floor", "businessId": "+911234567890", "businessType": "", "city": "New Delhi", "contactNo": "+911234567890", "country": "India", "countryofIssue": "IND", "dependent": false, "details": { "bank_response": { "success": true } }, "emailAddress": "yepsibatru@yevme.com", "employee": "598024db0532e4xxxxxxxxxx", "entityType": "CUSTOMER", "expense_synced": false, "firstName": "Narayan", "gender": "M", "idNumber": "xxxxxxx", "idType": "PASSPORT", "kitNo": "880000091", "lastName": "Murthy", "pincode": "110007", "specialDate": "1987-07-26", "state": "New Delhi", "title": "Mr/Ms"}