Enkash Developer Portal
Home
Home
Login
  1. Reward Allocation
  • Back to home
  • Reward APIs
  • Token APIs
    • Authentication
    • Single Sign On (SSO)
  • Reward Allocation
    • Create And Allocate Points
      POST
    • Bulk Create And Allocate Rewards
      POST
    • Get Reward Account Details
      POST
    • Get Reward Transaction Details
      POST
    • Get User Details
      POST
    • Get User Card Details
      POST
  • Incentive Allocation
    • Incentive Create And Allocation
    • Get Incentive Transaction details
    • Get User Details
  • Redemption
    • User Authentication
    • Get Cart for User
    • Search Catalog
    • Get Product Catalog Details
    • Get Product Configs (Denominations)
    • Add to cart
    • Update Cart
    • Create Order
    • Order Search
    • create order
    • Fetch Order Info by Partner order Reference id
  • Point Management
    • Overview
    • Create Event
    • Get Event
    • Update Event
    • Allocate Coins
    • Get Balance
  1. Reward Allocation

Get Reward Account Details

Developing
POST
/api/v0/partner/enKashCard/cardAccount/get
📌
Fetches detailed information about a user’s reward account, including current balance, reward point status, and account metadata. This API is typically used to display reward summaries in dashboards, mobile apps, or loyalty program interfaces

Request

Header Params

Body Params application/json

Example
{
  "cardAccountId": "account_id",
  "companyId": "company_id"
}

Request Code 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/cardAccount/get' \
--header 'partnerId: partnerId' \
--header 'Authorization: Bearer xaYGp6Oav3I65OlSTx7SU-Rh1aM' \
--header 'Content-Type: application/json' \
--data-raw '{
  "cardAccountId": "account_id",
  "companyId": "company_id"
}'

Responses

🟢200Success
application/json
Body

Examples
{
    "response_code": 0,
    "response_message": "Success",
    "payload": {
        "cardAccountId": "CAVBMRFE8",
        "companyId": "CEK7T1WMC6",
        "companyName": "Vikram Singh",
        "creditLimit": 0,
        "dynamicLimit": 0,
        "usedCreditLimit": -990553.44,
        "availableBalance": 898138,
        "availableCardBalance": 92415.44,
        "primaryEnKashCard": {
            "enKashCardId": "EKCQMY9BQ0",
            "userId": "EK8IHN4B",
            "cardAccountId": "CAVBMRFE8",
            "token": "30acb157bcea5ae6d3b9",
            "maskedNumber": "2004 01XX XXXX XX87",
            "expiryMonth": "08",
            "expiryYear": "2025",
            "email": "[email protected]",
            "mobile": "9660686687",
            "title": "Mr",
            "firstName": "Anay",
            "lastName": "Nagar",
            "gender": "M",
            "usedMtd": 15607.56,
            "usedDtd": 15607.56,
            "usedYtd": 15607.56,
            "otbBalance": 89335.44,
            "primaryCard": true,
            "prepaidCard": true,
            "physicalCard": false,
            "deleted": false,
            "closedLoopCard": false,
            "createdOn": "2023-08-09 22:30:07",
            "modifiedOn": "2024-08-14 15:49:46",
            "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": 999,
            "companyId": "CEK7T1WMC6",
            "cardKitMasterId": 11,
            "extEntityId": "EXTGY8V5YQI6X",
            "switchProvider": "EK_CLOSEDLOOP_CREDIT",
            "accountBalance": 898138,
            "physicalCardAllowed": false,
            "kitType": {
                "name": "VISA",
                "label": "Visa"
            },
            "surchargeAmt": 0,
            "panValidated": false,
            "usedLtd": 15607.56,
            "latestTnCVersionAccepted": true,
            "latestKeyFactAccepted": true,
            "latestTnCVersionAcceptedForPrimaryCard": true,
            "latestKeyFactAcceptedCardForPrimaryCard": true,
            "virtualAccountNumber": "ENKASHEDENKEKCQMY9BQ0",
            "limitAllocatedLtd": 103694,
            "posAllowed": false,
            "posAllowedAdmin": false,
            "atmAllowed": false,
            "atmAllowedAdmin": false,
            "onlineAllowed": false,
            "onlineAllowedAdmin": false,
            "liveImage": false,
            "unallocateFundAllowed": true,
            "useParentFundAllowed": false,
            "minKycOtpVerified": false,
            "enKashSupportEmail": "[email protected]",
            "enKashSupportMobile": "1234567890",
            "companyName": "Vikram Singh",
            "accountType": {
                "name": "EMPLOYEE_REWARDS",
                "label": "Employee Rewards",
                "description": "Reward"
            },
            "lastAllocatedAmount": 10,
            "holdBalance": 0,
            "unAllocateHoldBalance": 0,
            "tncUnAllocateAllowed": false,
            "tncUnAllocateAccepted": false,
            "totalRewardsReceived": 79,
            "rewardPointsReceived": 121791.28,
            "ckycEnabled": false,
            "vkycAllowed": false
        },
        "prepaidCard": true,
        "blockCode": "A",
        "createdOn": "2023-08-09 11:19:46",
        "modifiedOn": "2024-08-14 15:49:46",
        "totalCards": 34,
        "activeCards": 34,
        "ctdDebit": 27759.84,
        "ctdCredit": 8175.28,
        "madIndicator": "M",
        "planMasterId": "PM1QOIQS6",
        "totalDebits": 132086.2,
        "totalCredits": 129081.28,
        "currentMonthDebits": 720,
        "currentMonthCredits": 20,
        "partnerLogo": "https://image.enkash.in/IMAGES/sbm-logo.png",
        "cardProgramme": "SBM",
        "binType": "REWARD",
        "autoAllocateCardKit": true,
        "kitType": {
            "name": "VISA",
            "label": "Visa"
        },
        "accountType": {
            "name": "EMPLOYEE_REWARDS",
            "label": "Employee Rewards"
        },
        "accountTitle": "Vikram Singh - Reward",
        "closedLoopCard": false,
        "usedMtd": 11146.4,
        "usedDtd": 11146.4,
        "usedMtdCount": 57,
        "usedDtdCount": 57,
        "showBulkUpload": false,
        "physicalCardAllowed": false,
        "autoFundingDisabled": false,
        "ifscCode": "KKBK0000958",
        "bankName": "Kotak Mahindra Bank",
        "virtualAccountNumber": "ENKAAXECENKCAVBMRFE8",
        "nachStatus": "INACTIVE",
        "tenantSync": true,
        "subAssetClassCode": "SMA 0",
        "plan": "Rewards",
        "program": "SBM",
        "programFunding": "PREPAID",
        "cardRelationShipId": "CRSENKWQIALRW",
        "nachRestrictionOverridden": false,
        "nachRestrictionStatus": "RESTRICTION_NOT_APPLICABLE",
        "totalAllocationPoint": 107900,
        "totalRedemptionPoint": 23004.92,
        "currentMonthAllocationPoint": 20,
        "currentMonthRedemptionPoint": 700,
        "planAutoLoadingEnabled": false,
        "autoAllocateFunds": false,
        "planEnableHoldAmount": false,
        "enableHoldAmount": false,
        "downloadCardData": false,
        "bulkAllocateAllowed": false,
        "virtualAccountHolderName": "Nehat Tech Solutions Pvt Limited",
        "refundToSource": false,
        "totalOtherRewards": 92,
        "totalRewards": 120,
        "totalOccasionRewards": 9,
        "totalPerformanceRewards": 19,
        "creditLimitUpdate": false,
        "dpd": "0"
    }
}
Modified at 2025-05-24 09:01:29
Previous
Bulk Create And Allocate Rewards
Next
Get Reward Transaction Details
Built with