Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Step 1 : Call Fetch Single Transaction Status Endpoint

Panel
bgColor#79E2F2

Title: Fetch Single Transaction status

Panel
bgColor#79E2F2#F4F5F7

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

Panel
bgColor#79E2F2#F4F5F7

URL: Public /payout/payments/QueryTransactionStatus

Panel
bgColor#79E2F2#F4F5F7

HTTP Method: POST

Panel
bgColor#79E2F2#F4F5F7

Headers: authorization Set value to Bearer SECRET_KEY

string

 

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

Panel
bgColor#FFC400

Query Params

Code Block
languagejs
SourceInstitutionCode
string
(query)

SessionId
string
(query)

TenantId
string
(query)

 

Panel
bgColor#FFC400

Sample Response code : 200

Code Block
languagejs
{
  "responseCode": "string",
  "message": "string",
  "data": {
    "sourceInstitutionCode": "string",
    "sessionId": "string"
  }
}

...