Initiate Cash Transfer

Path Params
uuid
required

Unique identifier (UUID) of the Account

Body Params
accountTransfer
object

Details of a transfer to Account using bank account details

number
required

The amount to be transferred

string

Used to assign a category of the transfer

string
required
length between 1 and 255

Transfer description, will be seen by both sender and recipient

uuid

Unique value (UUID) used to identify this request and used to recognise any subsequent retries

internalTransfer
object

Details of a transfer to Account using AccountID

payIdTransfer
object

Details of a transfer to Account using PayID

string
length between 0 and 35

Reference to be included with the transfer

uuid
required

Unique identifier (UUID) of the Customer (initiator of the transfer)

string
required

Transfer type. Possible values:

  • ACCOUNT: Transfer to Account using bank account details (requires accountTransfer object to be provided)
  • INTERNAL: Transfer to Account using AccountID, where recipient also Client's Customer with Shaype (requires internalTransfer object to be provided)
  • PAY_ID: Transfer to Account using PayID (requires payIdTransfer object to be provided)
Responses

Language
Choose an example:
application/json