IntraBank Transfer
POST
/core/transfer/intra
Request Body
Field Name | Type | Mandatory | Description |
---|---|---|---|
sourceAccountNUBAN | String | TRUE | NUBAN (bank account number) of the sender's account. |
destinationAccountNUBAN | String | TRUE | NUBAN (bank account number) of the recipient. |
amount | Decimal | TRUE | Amount to be transferred. |
narration | String | FALSE | Description or remark for the transaction. |
Response Body
Field Name | Type | Description |
---|---|---|
transactionID | Interger | Unique identifier for the transaction. |
sourceAccountNUBAN | String | Name of the recipient’s account. |
destinationAccountNUBAN | String | NUBAN (bank account number) of the recipient. |
amount | Amount transferred. | |
narration | Description or remark for the transaction. |
Request
Body Params application/json
Request samples
Responses
Modified at 2025-03-19 15:03:27