Step 1 : Call Fetch Single Transaction Status Endpoint
Panel |
---|
|
Title: Fetch Single Transaction status |
Panel |
---|
|
Description: This endpoint is used to retrieve transaction status of a single fund transfer transaction |
Panel |
---|
|
URL: Public /payout/payments/QueryTransactionStatus |
Panel |
---|
|
Headers: authorization Set value to Bearer SECRET_KEY string
|
First, you need to pass the Query params stated below;
Code Block |
---|
|
SourceInstitutionCode
string
(query)
SessionId
string
(query)
TenantId
string
(query) |
Panel |
---|
|
Sample Response code : 200 |
Code Block |
---|
|
{
"responseCode": "string",
"message": "string",
"data": {
"sourceInstitutionCode": "string",
"sessionId": "string"
}
} |
...