Initiates monetary transfers between internal deposit accounts within the core processor.

[
    {
        "source_account_number": "1234567890",
        "destination_account_number": "1234567897",
        "description": "Transfer from CHCK *7890 to SAV *7897",
        "trace_id": "transfer-124578",
        "amount": 5000
    },
    {
        "source_account_number": "1234567891",
        "destination_account_number": "1234567897",
        "description": "Transfer from CHCK *7891 to SAV *7897",
        "trace_id": "transfer-321865",
        "amount": 7000
    }
]
[
  {
    "success": true,
    "payload": null,
    "messages": null
  },
  {
    "success": true,
    "payload": null,
    "messages": null
  }
]
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!