Admin
TransferMate
Create a manual transfer between accounts (admin only)
Create a manual transfer between accounts (admin only)
post/api/v1/admin/manual-transfers
Request body
Example request
{
"reference": "QKMT-20240601-001",
"amount": "100.00",
"reason": "Correcting misrouted funds"
}Response
Created
Example response
{
"success": true,
"data": {
"from_currency": "EUR",
"amount": "100.00"
}
}Changes
Changed in 2 of the 8 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲