Intrabank Transfer To Virtual Accounts
POST
/core/transfer/intra/va
Request Body
Field Name | Type | Mandatory | Description |
---|---|---|---|
sourceAccountNUBAN | String | true | The NUBAN (Nigerian Uniform Bank Account Number) of the sender. |
destinationAccountNUBAN | String | true | The NUBAN of the recipient account. |
amount | Decimal | true | The amount to be transferred. |
narration | String | true | An optional note describing the purpose of the transfer. |
Response Body
Field Name | Type | Description |
---|---|---|
sourceAccountNUBAN | String | The NUBAN of the sender account. |
destinationAccountNUBAN | String | The NUBAN of the recipient account. |
amount | Decimal | The amount that was transferred. |
narration | String | The narration provided in the request. |
transactionID | Integer | A unique identifier for the transaction. |
Request
Body Params application/json
Request samples
Responses
Modified at 2025-03-19 15:04:03