Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

Step 1 : Call Fetch Single Transaction Status Endpoint

Title: Fetch Single Transaction status

Description: This endpoint is used to retrieve transaction status of a single fund transfer transaction

URL: Public /payout/payments/QueryTransactionStatus

HTTP Method: POST

Headers: authorization Set value to Bearer SECRET_KEY

string

 

First, you need to pass the Query params stated below;

Query Params

SourceInstitutionCode
string
(query)

SessionId
string
(query)

TenantId
string
(query)

 

Sample Response code : 200

{
  "responseCode": "string",
  "message": "string",
  "data": {
    "sourceInstitutionCode": "string",
    "sessionId": "string"
  }
}
  • No labels