Adhishwar
  1. Payout APIs
Adhishwar
  • Introduction
  • Process Flow
  • Error Codes
  • Common APIs
    • Wallet Balance Check
      POST
  • Payout APIs
    • Add NEFT/IMPS Beneficiary
      POST
    • Delete Beneficiary
      POST
    • Get Beneficiary List
      POST
    • NEFT/IMPS Validate Beneficiary
      POST
    • Payout Transaction Request
      POST
    • Direct Payout Transaction Request
      POST
    • Transaction Status
      POST
    • Transaction Status By Request ID
      POST
    • Payout Callback
      POST
    • Service Bank List
      POST
    • Service List
      POST
  1. Payout APIs

Transaction Status

Testing
POST
/Payout/Fetch/transaction_status

Request

Body Params application/json

Example
{
    "username": "********",
    "password": "********",
    "requestid": "DgwMSwNvj7DAW8DSAPuW",
    "txnid": "W231004153152BDE"
}

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 '/Payout/Fetch/transaction_status' \
--header 'Content-Type: application/json' \
--data-raw '{
    "username": "********",
    "password": "********",
    "requestid": "DgwMSwNvj7DAW8DSAPuW",
    "txnid": "W231004153152BDE"
}'

Responses

🟢200Transaction Status
application/json
Body

Example
{
    "Resp_code": "RCS",
    "Resp_desc": "Request Completed Successfully",
    "data": {
        "requestid": null,
        "txnid": "W230830111159LMAG",
        "utr": "00",
        "servicename": "BOB PAYOUT",
        "servicetype": "PAYOUT",
        "servicekey": "BOBPAY",
        "txnamt": "1000.00",
        "txndt": "2023-08-30 11:11:59",
        "txnstatus": "FAILED"
    }
}
🟢200Transaction Status
Modified at 2025-07-01 11:24:06
Previous
Direct Payout Transaction Request
Next
Transaction Status By Request ID
Built with