Account to Account Transfer

Enables your Customers to transfer from their Account to another Account, for example:

  • From my main Account used for purchases to a savings Account, or
  • To a someone else's Account

Specifications

Request

JSON PATHDescriptionExampleFormatRequired
source_account_idThe Identifier associated to Account where the amount is to be transferred from516ed7e6-ced5-44f1-b4f2-6878bc33be58UUIDYes
destination_account_idThe Identifier associated to Account where the amount is to be transferred to29860f32-5aad-448d-bd5e-a7f9218422f6UUIDYes
amountThe amount to be transferred between accounts100stringYes
referenceOptional information provided at the time of the movementBank Transfer for BirthdaystringNo
reference_idOptional ID to link payments external to CLOWD9CLOWD9 Adjustment 20250705stringNo

Successful Response


JSON PATHDescriptionExampleFormatRequired
trace_idThe Identifier of the Behaviour to be associated with the account_id1276d082-4f1c-4852-89c9-0ffe980702dastringNo

Example

{
    "trace_id": "15bfc289-de75-4668-bb11-3998aadf226d"
}