POST api/InterBankSwitch/FundsTransfer

Request Information

URI Parameters

None.

Body Parameters

InterbankSwitchRequest
NameDescriptionTypeAdditional information
transactionReference

string

None.

receiverAccountName

string

None.

receiverAccountNumber

string

None.

receiverBankCode

string

None.

senderAccountName

string

None.

senderAccountNumber

string

None.

senderBankCode

string

None.

narration

string

None.

transactiondate

date

None.

amount

decimal number

None.

transactionStatus

string

None.

Channel

string

None.

Request Formats

application/json, text/json

Sample:
{
  "transactionReference": "sample string 1",
  "receiverAccountName": "sample string 2",
  "receiverAccountNumber": "sample string 3",
  "receiverBankCode": "sample string 4",
  "senderAccountName": "sample string 5",
  "senderAccountNumber": "sample string 6",
  "senderBankCode": "sample string 7",
  "narration": "sample string 8",
  "transactiondate": "2026-04-17T09:13:47.1856151+01:00",
  "amount": 10.0,
  "transactionStatus": "sample string 11",
  "Channel": "sample string 12"
}

Response Information

Resource Description

InterbankSwitchResponse
NameDescriptionTypeAdditional information
message

string

None.

responsecode

string

None.

transactionRef

string

None.

paymentRef

string

None.

referenceID

string

None.

Response Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "responsecode": "sample string 2",
  "transactionRef": "sample string 3",
  "paymentRef": "sample string 4",
  "referenceID": "sample string 5"
}