Step 1 : Call Fetch Single Transaction Status Endpoint
Title: Initiate Funds Transfer
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
HTTP Method : POST
First, you need to pass the Query params stated below;
Query Params
SourceInstitutionCode string (query) SessionId string (query) TenantId string (query)
Sampl Response code : 200
{ "responseCode": "string", "message": "string", "data": { "sourceInstitutionCode": "string", "sessionId": "string" } }
Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu.
Add Comment