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'