Ledger
Manage account holders, ledger accounts, and financial transactions
Endpoints for managing the core ledger system including account holders, accounts, balances, and transactions.
| Method | Endpoint | Description |
|---|
| POST | /v1/ledger/account_holders | Creates a third-party account holder |
| GET | /v1/ledger/account_holders/{id} | Get account holder information |
| GET | /v1/ledger/account_holders/find_by | Find account holder information |
| PATCH | /v1/ledger/account_holders/{id} | Updates a third-party account holder |
| Method | Endpoint | Description |
|---|
| GET | /v1/ledger/accounts | List of ledger accounts |
| POST | /v1/ledger/accounts | Creates a ledger account |
| PATCH | /v1/ledger/accounts/{id} | Updates state of a ledger account |
| Method | Endpoint | Description |
|---|
| GET | /v1/ledger/accounts/{account_id}/balances | Get balances |
| POST | /v1/ledger/accounts/{account_id}/balance | Topup or withdrawal a ledger account balance |
| Method | Endpoint | Description |
|---|
| GET | /v1/ledger/accounts/{account_id}/transactions | Gets account transactions |
| GET | /v1/ledger/accounts/{account_id}/transactions/{id} | Gets an account transaction detail |
| Method | Endpoint | Description |
|---|
| POST | /v1/ledger/transfers | Perform a transfer between ledger accounts |
| Method | Endpoint | Description |
|---|
| GET | /v1/core/fx_rates | Get FX rates for supported currencies |
| GET | /v1/ledger/tenant/config | Get the tenant global configuration |
| GET | /v1/ledger/subaccount_operations/find_successful_by | Find successful subaccount operation |