Intra Bank (Local) Fund Transfer

This processes a transfer between two customer accounts within the same institution.

Transaction type: Localfundtransfer

Transaction Query (TSQ) Interval Time: 60 second

To process a transfer between two customers within the same institution you make a request by passing Amount ,fee ,FromAccountNumber ToAccountNumber , RetrievalReference ,Narration and AuthenticationKey in the request body to the local funds transfer endpoint.

Note that all payload in this request are required except fee which is optional.

// Live URL
http://api.mybankone.com/thirdpartyapiservice/apiservice/
CoreTransactions/LocalFundsTransfer

POST https://staging.mybankone.com/thirdpartyapiservice/apiservice/ CoreTransactions/LocalFundsTransfer

Request Body

Name
Type
Description

Amount*

String

Amount to be transferred in Kobo

Fee

String

Fee in Kobo

FromAccountNumber*

String

Account number of the sender or payer

ToAccountNumber *

String

Beneficiary/Receiver’s account number

RetrievalReference*

String

Unique reference for transaction (12 characters max)

Narration*

String

Transaction Narration (maximum of 100 characters)

AuthenticationKey

String

Authentication Key for the request

{
   "IsSuccessful": true,
 "ResponseMessage": "Approved by Financial Institution",
 "ResponseCode": "00",
 "Reference": "A1908096119"
}

Last updated