latestOpenAPI 3.0.3UNLICENSED2026-08-2196241404.2 KB
76329919f8a7
ledger-transfer
Create internal transfer
This operation allows the client to create an internal transfer between subaccounts and main account.
post/ledger/internal-transfers
Request body
Example request
{
"reference": "ITR123456",
"amount": 100
}Response
Internal transfer created successfully
Example response
{
"reference": "ITR123456",
"amount": 100,
"currency": "USD"
}