- EnKash Developer Portal Overview
- Payment Gateway
- Payment Gateway Overview
- Payment Gateway Sign Up
- Payment Methods
- Supported Integrations
- Payment Gateway APIs
- Web Integration
- Server to Server Integration
- Test Card Details
- Authorization
- Orders
- Payments
- Refunds
- Settlements
- Split Settlements
- E-Commerce Plugins
- Payment Links
- Payment Button
- Qr Code
- UPI Mandate
- Payment Links
- Bharat Connect (BBPS)
- About Bharat Connect
- B2B Invoicing
- Invoice
- Payment
- Financing
- Onboarding
- cdNote
- Purchase Order
- webhook-invoice
- webhook-payments
- webhook-business-onboarding
- webhook-financing
- webhook-cdNote
- Webhook Purchase Order
- Webhook Send Purchase Order RequestPOST
- Webhook Send Purchase Order ResponsePOST
- Webhook Confirm Purchase Order RequestPOST
- Webhook Confirm Purchase Order ResponsePOST
- Webhook Edit Purchase Order RequestPOST
- Webhook Edit Purchase Order ResponsePOST
- Webhook Status Change Purchase Order RequestPOST
- Webhook Status Change Purchase Order ResponsePOST
- Bill Payments
- Bill Payments Overview
- Get Authentication TokenPOST
- Get BillerTypesGET
- Get BillersGET
- Fetch BillPOST
- Create Bill APIPOST
- Create Bill Without Bill FetchPOST
- Bill PaymentPOST
- Utility Bill Approval APIPUT
- Get Utility Bill StatusGET
- Get Utility Bill by Reference IdGET
- Get Utility Bills DetailPOST
- Bill Payment WebhookPOST
- Payouts
- Payouts Overview
- Payouts Sign Up
- Payout Methods
- Payout API Response Codes
- Payouts Integration Steps
- Encrypting and Decrypting Payload
- Payouts Status Codes
- Get Authentication Token
- Beneficiary Apis
- Transfer Apis
- Payout Account Apis
- Webhook Data Apis
- Accounts Payable Management Tool
- About AP Management Tool
- Vendor Management
- Invoice Management
- Bharat Connect 2.0 AP
- Update BeneficiaryPUT
- Account Receivable
- Accounts Receivable Overview
- Get Authentication Token Copy
- Customer Management
- Customer Contacts Management
- Customer Apis
- Invoice Management
- Payment Reminders
- Bharat Connect 2.0 AR
- Expense Management
- Loyalty
- Card Management
- EnKash Card Management Systems Overview
- Cards We Issue
- API Reference
- VKYC
- Developer Guide
- Cards Integration Steps
- Encryption / Decryption of API requests / Response
- Encryption & Decryption Guide
- Token Api
- Gift Card
- Meal Cards
- Prepaid Cards
- Fuel_cards
- Advance Card Feature
- Verification Suite
- Verification Suite Overview
- Bank Account Verification
- GSTN Verification
- PAN Verification
- UPI(VPA) Verification
List Users Details
Developing
POST
/api/v0/partner/enKashCard/search
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer 2f68dbbf-519d-4f01-9636-e2421b68f379
Header Params
partnerId
stringÂ
required
Example:
CRMXWB3ZM
Authorization
stringÂ
required
Example:
Bearer gw_M-onAKOmhgP7E0sbsIFAovtA
Content-Type
stringÂ
required
Example:
application/json
Cookie
stringÂ
optional
Example:
JSESSIONID=526FAFE391FEC276549D84FEF5FC5BE7; _cfuvid=5Jz3eAXXWDfSx1meQ_VMUHcNL7S9Dh4PyjrAp3WYc4w-1723795476201-0.0.1.1-604800000
Body Params application/json
cardAccountId
stringÂ
required
companyId
stringÂ
required
Example
{
"cardAccountId": "CAQL8YCV3",
"companyId": "CEK1PU9AOO"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test.your-api-server.com/api/v0/partner/enKashCard/search' \
--header 'partnerId: CRMXWB3ZM' \
--header 'Authorization: Bearer gw_M-onAKOmhgP7E0sbsIFAovtA' \
--header 'Cookie: JSESSIONID=526FAFE391FEC276549D84FEF5FC5BE7; _cfuvid=5Jz3eAXXWDfSx1meQ_VMUHcNL7S9Dh4PyjrAp3WYc4w-1723795476201-0.0.1.1-604800000' \
--header 'Content-Type: application/json' \
--data-raw '{
"cardAccountId": "CAQL8YCV3",
"companyId" : "CEK1PU9AOO"
}'
Responses
🟢200Success
application/json
Body
stringÂ
optional
Example
{
"response_code": 0,
"response_message": "Success",
"payload": {
"enKashCardId": "EKCE54IDPE",
"userId": "EKHCPB7W",
"cardAccountId": "CAVBMRFE8",
"token": "1cfc6f4d558064eb6a20",
"maskedNumber": "XXXX XXXX XXXX 2209",
"expiryMonth": "08",
"expiryYear": "2026",
"email": "testapi@gmail.com",
"mobile": "6230912209",
"title": "Mr",
"firstName": "Api",
"lastName": "Test",
"gender": "M",
"usedMtd": 0,
"usedDtd": 0,
"usedYtd": 0,
"otbBalance": 0,
"primaryCard": false,
"prepaidCard": true,
"physicalCard": false,
"deleted": false,
"closedLoopCard": false,
"createdOn": "2024-08-05 16:51:36",
"modifiedOn": "2024-08-05 16:51:36",
"cardStatus": {
"name": "UL",
"label": "UnLocked"
},
"kycStatus": {
"name": "VERIFIED",
"label": "Verified"
},
"cardProgramme": "SBM",
"useAccountFunds": false,
"blockCode": "A",
"partnerLogo": "https://image.enkash.in/IMAGES/sbm-logo.png",
"physicalDeliveryAddressFlag": false,
"cardActivated": true,
"binType": {
"name": "REWARD",
"label": "Reward Card"
},
"loadAmount": 0,
"companyId": "CEK7T1WMC6",
"cardKitMasterId": 11,
"extEntityId": "EXT3B40FKFZGJ",
"switchProvider": "EK_CLOSEDLOOP_CREDIT",
"accountBalance": 898138,
"physicalCardAllowed": false,
"kitType": {
"name": "VISA",
"label": "Visa"
},
"surchargeAmt": 0,
"panValidated": false,
"usedLtd": 0,
"latestTnCVersionAccepted": true,
"latestKeyFactAccepted": true,
"latestTnCVersionAcceptedForPrimaryCard": true,
"latestKeyFactAcceptedCardForPrimaryCard": true,
"virtualAccountNumber": "ENKASHEDENKEKCE54IDPE",
"limitAllocatedLtd": 0,
"posAllowed": false,
"posAllowedAdmin": false,
"atmAllowed": false,
"atmAllowedAdmin": false,
"onlineAllowed": false,
"onlineAllowedAdmin": false,
"liveImage": false,
"unallocateFundAllowed": true,
"useParentFundAllowed": false,
"minKycOtpVerified": false,
"enKashSupportEmail": "support@enkash.com",
"enKashSupportMobile": "1234567890",
"companyName": "Vikram Singh",
"accountType": {
"name": "EMPLOYEE_REWARDS",
"label": "Employee Rewards",
"description": "Reward"
},
"lastAllocatedAmount": 0,
"holdBalance": 0,
"unAllocateHoldBalance": 0,
"tncUnAllocateAllowed": false,
"tncUnAllocateAccepted": false,
"totalRewardsReceived": 0,
"rewardPointsReceived": 0,
"ckycEnabled": false,
"vkycAllowed": false
}
}
Modified at 2025-01-08 07:51:01