Enkash Developer Portal
Home
Home
Login
  1. Incentive Allocation
  • Back to home
  • Reward APIs
  • Token APIs
    • Authentication
    • Single Sign On (SSO)
  • Reward Allocation
    • Create And Allocate Points
    • Bulk Create And Allocate Rewards
    • Get Reward Account Details
    • Get Reward Transaction Details
    • Get User Details
    • Get User Card Details
  • Incentive Allocation
    • Incentive Create And Allocation
      POST
    • Get Incentive Transaction details
      POST
    • Get User Details
      POST
  • 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. Incentive Allocation

Get Incentive Transaction details

Developing
POST
/api/v0/partner/enKashCard/transaction/all
📌
This API allows you to retrieve the details of an incentive transaction using a unique reference number. It is useful for auditing, user-facing summaries, reporting, and tracking incentive disbursements

Request

Header Params
partnerId
string 
required
Example:
CRMXWB3ZM
Authorization
string 
required
Example:
Bearer M3_0-aF0Tuvl1t9vSWnPf9ReqVw
Content-Type
string 
required
Example:
application/json
Cookie
string 
required
Example:
JSESSIONID=B01764303CD3DEFC3C0699B3EF351505
Body Params application/json
cardAccountId
string 
required
pgReferenceNumber
string 
required
Example
{
      "cardAccountId": "CAQL8YCV3",
        "pgReferenceNumber": "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/transaction/all' \
--header 'partnerId: CRMXWB3ZM' \
--header 'Authorization: Bearer M3_0-aF0Tuvl1t9vSWnPf9ReqVw' \
--header 'Cookie: JSESSIONID=B01764303CD3DEFC3C0699B3EF351505' \
--header 'Content-Type: application/json' \
--data-raw '{
      "cardAccountId": "CAQL8YCV3",
        "pgReferenceNumber": "TEST234236"

}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-05-24 09:49:38
Previous
Incentive Create And Allocation
Next
Get User Details
Built with