Enkash Developer Portal
Home
Home
Login
  1. Enkash Wallet
  • Explore Our Product Suite
  • Payment Gateway
    • Set Up Payment Gateway
    • Payment Options
    • Easy API Setup
    • Payment Gateway APIs
  • Payouts
    • Set Up Payouts
    • Payout APIs
  • Prepaid Cards
    • Key Capabilities
    • Set Up Prepaid Cards
    • Prepaid Card APIs
  • Wallet
    • Encryption & Decryption Guide
    • Wallet APIs
  • Enkash Wallet
    • Request Encryption Using AES Copy
    • Wallet APIs
    • Merchant
    • Merchant Transaction API
      POST
    • Merchant Transaction Settlement Status
      GET
    • All Merchant Settlement Transactions
      POST
  • Bharat Connect (BBPS)
    • Vendor Payment
    • Bill Payment
  • Accounts Payable
    • Accounts Payable APIs
  • Account Receivable
    • Accounts Receivable Overview
    • Account Receivable APIs
  • Expense Management
    • Expense Management Overview
    • About Authorization
    • Expense APIs
    • Partner Integeation
  • Rewards & Incentives
    • About Rewards
    • Getting Started
    • Encryption & Decryption Guide
    • Reward Allocation
    • Incentive Allocation
    • Reward APIs
  • Verification Suite
    • Verification Suite Overview
    • Verification Suite APIs
  1. Enkash Wallet

Merchant Transaction API

Developing
POST
https://pay-en-uat.enkash.in/api/v0/partner/enKashCard/ppi-merchant-transaction
This endpoint allows you to create a transaction to existing merchants

Request

Header Params

Body Params application/json

Example
{
  "merchantDetailId": "MD7GWIYV3VEMQ8KQ",
  "enkashCardId": "EKCKIE9O2R",
  "companyId": "CEKZYD5VWX",
  "cardAccountId": "CAP1D8F",
  "amount": 20.00,
  "productCode": "DEFAULT",
  "remarks": "Payment towards merchant",
  "otpMedium": "MOBILE",
  "otp": "123456",
  "otpReferenceId": "EK0N4ERDOS",
  "uniqueTransactionId": "TXN_RANDOX123451abce"
  }

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://pay-en-uat.enkash.in/api/v0/partner/enKashCard/ppi-merchant-transaction' \
--header 'partnerId: PARTNER' \
--header 'Content-Type: application/json' \
--data-raw '{
  "merchantDetailId": "MD7GWIYV3VEMQ8KQ",
  "enkashCardId": "EKCKIE9O2R",
  "companyId": "CEKZYD5VWX",
  "cardAccountId": "CAP1D8F",
  "amount": 20.00,
  "productCode": "DEFAULT",
  "remarks": "Payment towards merchant",
  "otpMedium": "MOBILE",
  "otp": "123456",
  "otpReferenceId": "EK0N4ERDOS",
  "uniqueTransactionId": "TXN_RANDOX123451abce"
  }'

Responses

🟢200OK
application/json
Body

Example
{
  "response_code": 0,
  "response_message": "Success",
  "payload": {
    "status": "SUCCESS",
    "enKashTransactionId": "ECT2DEQ3U5RYO",
    "uniqueTransactionId": "TMnYYN98710091090",
    "txnDate": "2025-09-01T15:01:07.872"
  }
}
Modified at 2025-11-10 10:59:06
Previous
Wallet APIs
Next
Merchant Transaction Settlement Status
Built with