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
| Scenario | Description | Test case |
|---|---|---|
| Subaccount topup | Funds are credited to a subaccount. | To be documented |
| Subaccount withdrawal | Funds are debited from a subaccount. | To be documented |
| Inter-account transfer | Funds move between two subaccounts. | To be documented |
| Fee debit | A platform fee is deducted from the account. | To be documented |
| Payout origin | A ledger entry is created as the result of a payout. | To be documented |
| Card presentment | A ledger entry is created when a card authorization settles. | To be documented |
| Revert | A previous ledger entry is reversed. | To be documented |
Next steps
- Ledger account transaction webhooks — the event payloads fired for each scenario above.
- Payouts — simulate payout-origin ledger entries.