POST
/
transfer

Authorizations

x-api-key
string
headerrequired
x-api-secret
string
headerrequired

Body

application/json
amount
integer
required

The amount of money to be paid out.

sender
string
required

The name of the sender initiating the transfer.

accountName
string
required

The name associated with the transfer account.

accountNumber
string
required

The account number for the transfer, must be 10 digits.

bankCode
string
required

The code of the bank associated with the account, must be 3 digits.

Response

200 - application/json
transactionAccount
string

Account number used in the transaction, if available

productType
string

Product type involved in the transaction

amount
string

Amount of the transaction

transactionStatus
string

Status of the transaction

transactionReference
string

Unique transaction reference

transactionType
string

Type of transaction (e.g., DEBIT or CREDIT)

comment
string

Comment on the transaction

sessionId
string

transaction session Id

createdAt
string

Timestamp of when the transaction was created

sender
object