Transfers
Process Transfer
Initiates a single money transfer to a specified account, ensuring secure and reliable delivery.
POST
/
transfer
Authorizations
x-api-key
string
headerrequiredx-api-secret
string
headerrequiredBody
application/json
amount
integer
requiredThe amount of money to be paid out.
sender
string
requiredThe name of the sender initiating the transfer.
accountName
string
requiredThe name associated with the transfer account.
accountNumber
string
requiredThe account number for the transfer, must be 10 digits.
bankCode
string
requiredThe 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