Mono Colombia

Ledger

Manage account holders, ledger accounts, and financial transactions

Endpoints for managing the core ledger system including account holders, accounts, balances, and transactions.

Account Holders

MethodEndpointDescription
POST/v1/ledger/account_holdersCreates a third-party account holder
GET/v1/ledger/account_holders/{id}Get account holder information
GET/v1/ledger/account_holders/find_byFind account holder information
PATCH/v1/ledger/account_holders/{id}Updates a third-party account holder

Accounts

MethodEndpointDescription
GET/v1/ledger/accountsList of ledger accounts
POST/v1/ledger/accountsCreates a ledger account
PATCH/v1/ledger/accounts/{id}Updates state of a ledger account

Balances

MethodEndpointDescription
GET/v1/ledger/accounts/{account_id}/balancesGet balances
POST/v1/ledger/accounts/{account_id}/balanceTopup or withdrawal a ledger account balance

Transactions

MethodEndpointDescription
GET/v1/ledger/accounts/{account_id}/transactionsGets account transactions
GET/v1/ledger/accounts/{account_id}/transactions/{id}Gets an account transaction detail

Transfers

MethodEndpointDescription
POST/v1/ledger/transfersPerform a transfer between ledger accounts

Other

MethodEndpointDescription
GET/v1/core/fx_ratesGet FX rates for supported currencies
GET/v1/ledger/tenant/configGet the tenant global configuration
GET/v1/ledger/subaccount_operations/find_successful_byFind successful subaccount operation

On this page