InterBank Transfer Query
GET
/core/transfer/query/{transactionReference}
Transaction Status
Request Parameters
Field Name | Type | Mandatory | Description |
---|---|---|---|
transactionReference | String | TRUE | Unique reference identifier for the transaction. |
Response Body
Field Name | Description |
---|---|
id | Unique identifier for the transaction. |
type | Transaction type (INTERBANK_TRANSFER ). |
destinationInstitutionCode | Institution code of the recipient’s bank. |
destinationBankName | Name of the recipient’s bank. |
destinationAccountName | Full name of the recipient’s account holder. |
destinationAccountNUBAN | NUBAN (bank account number) of the recipient. |
amount | Amount transferred. |
currency | Currency of the transaction (e.g., NGN ). |
narration | Description or remark associated with the transaction. |
transactionDate | Date and time the transaction was initiated. |
transactionReference | Unique reference identifier for tracking the transaction. |
sessionID | Unique session identifier for tracking the transaction. |
transactionStatus | Current status of the transaction (e.g., CONFIRMED ). |
createdDate | Timestamp when the transaction record was created. |
Request
Path Params
transactionReference
string
required
Request samples
Responses
Modified at 2025-03-19 15:03:17