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 Settlement Status

Developing
GET
https://pay-en-uat.enkash.in/api/v0/partner/enKashCard/settlement-status
This endpoint allows you to fetch settlement status ::
PENDING("Pending"),// recon data not received from bank
APPROVED("Approved"),// recon data received from bank & txn matched
SETTLEMENT_IN_PROCESS("Settlement In Process"),// payout/settlement is in progress
DISPUTED("Disputed"),// recon data received from bank & txn mismatched
SETTLED("Settled"),// payout to merchant completed
PENDING_WITH_BANK("Pending With Bank"),// refund is not yet success
REFUND("Refund"),// refund completed for this txn
ON_HOLD("On Hold"),//settlement is on hold

Request

Query Params

Header Params

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 GET 'https://pay-en-uat.enkash.in/api/v0/partner/enKashCard/settlement-status?merchantUniqueTxnId=FAYDA_TXN_1234' \
--header 'partnerId: PARTNER' \
--header 'Content-Type: application/json'

Responses

🟢200OK
application/json
Body

Example
{
  "code": 0,
  "message": "Success",
  "payload": "PENDING"
}
Modified at 2025-11-10 10:58:52
Previous
Merchant Transaction API
Next
All Merchant Settlement Transactions
Built with