Mono Colombia

Ledger

Simulate ledger movements, subaccount operations, and fees in the Core sandbox.

Use these test cases to validate how your integration handles ledger account transactions — topups, withdrawals, inter-account transfers, fees, payout origins, and reverts.

This page is a sandbox scaffold. The full version will include deterministic test cases for every origin value in the ledger_account_transaction_created event catalog (subaccount_operation, payout, card_presentment_payment, and others).

Test scenarios

ScenarioDescriptionTest case
Subaccount topupFunds are credited to a subaccount.To be documented
Subaccount withdrawalFunds are debited from a subaccount.To be documented
Inter-account transferFunds move between two subaccounts.To be documented
Fee debitA platform fee is deducted from the account.To be documented
Payout originA ledger entry is created as the result of a payout.To be documented
Card presentmentA ledger entry is created when a card authorization settles.To be documented
RevertA previous ledger entry is reversed.To be documented

Next steps

On this page