post https://glyuedev.mockbank.sandboxbanking.com/api/v1/core-processor/monetary-internal-transfer
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
}
]