Requery Transfer

Requery Transfer

Single Transfers

To get the details of a single transfer,  you will need to send a request to the endpoint below:

Endpoint

GET: https://sandbox.monnify.com/api/v2/disbursements/transfer-status/{{reference}}

This endpoint is protected with Basic Authentication

Below is a sample response for getting the details of a single transfer

Get Single Transfer Details Response
{ "responseMessage": "Transaction successful", "responseCode": "00", "responseBody": { "amount": 10.00, "reference": "ref1629981149725", "narration": "911 Transaction", "currency": "NGN", "fee": 10.00, "twoFaEnabled": false, "transactionReference": "MFDS20210826013230AAAAFE", "createdOn": "2021-08-26T12:32:31.000+0000", "sessionId": "ATL210826AABGWS", "sourceAccountNumber": "6000000113", "destinationAccountNumber": "0035785417", "destinationAccountName": "Chinonso Caleb", "destinationBankCode": "044", "destinationBankName": "Access bank", "transactionStatus": "SUCCESS" } }

You can also use this endpoint to get the details of individual transactions in a batch

 

Field Reference

Field

Description

Field

Description

amount

The amount to be disbursed to the beneficiary

reference

The unique reference for a transaction. Also to be specified for each transaction in a bulk transaction request.

narration

The Narration for the transactions being processed

destinationBankCode

The 3 digit bank code representing the destination bank

destinationBankName

The name of the destination bank

destinationAccountNumber

The beneficiary account number

destinationAccountName

The name tied to the account in the destination bank

currency

The currency of the transaction being initialized. "NGN"

transactionStatus

The status  of a single transfer request. (SUCCESS, FAILED, PENDING, OTP_EMAIL_DISPATCH_FAILED, PENDING_AUTHORIZATION)

twoFaEnabled

Specifies the current state of 2FA when the transaction was initiated

createdOn

The time transaction was initiated

sessionId

The unique session ID for transfer to the destination bank

fee

The total transaction fees deducted for a single transaction

sourceAccountNumber

Unique identifier of your wallet. Can be obtained on the disbursements page on the web portal and is represented as WALLET ACCOUNT NUMBER.

transactionReference

Monnify's unique reference for the transaction

Related Articles