- 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
Incentive Create And Allocate point
Developing
POST
/api/v0/partner/enKashCard/create-allocate-points
Create Reward Card and Allocate Points:#
Ensure to include necessary details such as employee information and initial points allocation.
Allocate/Credit Points:#
transactionType as CR (Credit)
type as ALLOCATE_POINT
Provide the required details including the amount of points to be allocated.
Unallocate/Debit Points:#
transactionType as DR (Debit)
type as UNALLOCATE_POINT
Specify the details including the amount of points to be debited.
Reference Numbers:#
Request
Header Params
partnerId
string
required
Example:
CRMXWB3ZM
Content-Type
string
required
Example:
application/json
authorization
string
required
Example:
Bearer {{access_token}}
Body Params application/json
companyId
string
required
cardAccountId
string
required
transactionCode
string
required
transactionType
string
required
type
string
required
email
string
required
mobile
string
required
title
string
required
firstName
string
required
gender
string
required
loadAmount
number
required
uniqueReferenceNumber
string
required
Example
{
"companyId": "CEK1PU9AOO",
"cardAccountId": "CAQL8YCV3",
"transactionCode": "ALLOCATION",
"transactionType": "CR",
"type": "ALLOCATE_POINT",
"email": "xyz2@gmail.com",
"mobile": "9600098867",
"title": "Mr",
"firstName": "hedfdfg",
"gender": "M",
"loadAmount": 11,
"uniqueReferenceNum": "TEST234236"
}
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/create-allocate-points?members&reference&Type&_postman_listIndexKey=key&_postman_listAllowsMultipleValues' \
--data-raw '{
"companyId": "CEK1PU9AOO",
"cardAccountId": "CAQL8YCV3",
"transactionCode": "ALLOCATION",
"transactionType": "CR",
"type": "ALLOCATE_POINT",
"email": "xyz2@gmail.com",
"mobile": "9600098867",
"title": "Mr",
"firstName": "hedfdfg",
"gender": "M",
"loadAmount": 11,
"uniqueReferenceNum": "TEST234236"
}'
Responses
🟢200Success
application/json
Body
code
integer
required
message
string
required
payload
object
required
enKashCardId
string
required
userId
string
required
cardAccountId
string
required
email
string
required
mobile
string
required
title
string
required
firstName
string
required
gender
string
required
otbBalance
integer
required
cardStatus
string
required
companyId
string
required
Example
{
"code": 0,
"message": "Success",
"payload": {
"enKashCardId": "EKC04AZHXP",
"userId": "EKIQB4L2",
"cardAccountId": "CAQL8YCV3",
"token": "16b9c31b42643796e064",
"maskedNumber": "XXXX XXXX XXXX 8867",
"expiryMonth": "06",
"expiryYear": "2026",
"email": "xyz2@gmail.com",
"mobile": "9600098867",
"title": "Mr",
"firstName": "hedfdfg",
"gender": "M",
"usedMtd": 0,
"usedDtd": 0,
"usedYtd": 0,
"otbBalance": 11,
"primaryCard": false,
"prepaidCard": true,
"physicalCard": false,
"deleted": false,
"closedLoopCard": false,
"createdOn": "Jun 20, 2024 2:56:47 PM",
"modifiedOn": "Jun 20, 2024 2:56:47 PM",
"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": 11,
"companyId": "CEK1PU9AOO",
"cardKitMasterId": 14,
"extEntityId": "EXT3YTK2P7CYK",
"switchProvider": "EK_CLOSEDLOOP_CREDIT",
"accountBalance": 38628,
"physicalCardAllowed": false,
"surchargeAmt": 0,
"panValidated": false,
"usedLtd": 0,
"latestTnCVersionAccepted": true,
"latestKeyFactAccepted": true,
"latestTnCVersionAcceptedForPrimaryCard": true,
"latestKeyFactAcceptedCardForPrimaryCard": true,
"virtualAccountNumber": "ENKASHEDENKEKC04AZHXP",
"limitAllocatedLtd": 0,
"posAllowed": false,
"posAllowedAdmin": false,
"atmAllowed": false,
"atmAllowedAdmin": false,
"onlineAllowed": false,
"onlineAllowedAdmin": false,
"liveImage": false,
"cKycEnabled": false,
"unallocateFundAllowed": true,
"useParentFundAllowed": false,
"minKycOtpVerified": false,
"enKashSupportEmail": "support@enkash.in",
"enKashSupportMobile": "1234567890",
"companyName": "Test Company",
"vKycAllowed": false,
"accountType": {
"name": "EMPLOYEE_REWARDS",
"label": "Employee Rewards",
"description": "Reward"
},
"lastAllocatedAmount": 0,
"holdBalance": 0,
"enkashCardTxnId": "ECTRSZJ8CRJ2E",
"unAllocateHoldBalance": 0,
"tncUnAllocateAllowed": false,
"tncUnAllocateAccepted": false,
"totalRewardsReceived": 1,
"rewardPointsReceived": 11
}
}
Modified at 2024-09-02 11:58:39