Skip to main content

Activate bank card kit

Activate a bank card kit for a registered member.

/card-kit

Request Parameters#

FieldsDescriptionRequired
kitNostring Kit number assigned to the member
โœ”
employee_idstring Employee id of the member
โœ”
last_digitsstring Last 4 digits of the Paysack card assigned
โœ”
specialDatestring Date of birth
โœ”
addressstring Address
โœ”
address2string Address
โœ”
genderstring Gender
โœ”
isKitRegisteredboolean Kit registered or not
โœ”
countrystring Country
โœ”
citystring City
โœ”
statestring State
โœ”
pincodestring Pincode
โœ”
idTypestring ID Proof(AADHAAR,PAN,PASSPORT,DL,VOTERID,RATIONCARD)
โœ”
idNumberstring ID Proof number
โœ”
countryofIssuestring Country of id proof issue
โœ”
titlestring Title(Mr/Ms)
โœ”
kycStatusstring 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"}