Monitor Ledger & Transactions
Track how funds move across accounts and cards — from balance updates to transaction-level activity.
Monitor financial activity across your platform with visibility into:
- Ledger entries → Account-level balance changes (credits and debits)
- Transaction activity → Card-level events such as funding and spending
This allows you to track:
- Fund movements
- Balance adjustments
- Card usage and spending behavior
What Can You View?
| Data Type | Scope | What It Represents |
|---|---|---|
| Ledger Entries | Account-level (Debit) | Credits and debits impacting account balance |
| Transaction Activity | Card-level (Prepaid) | Funding and spending events for individual cards |
View Ledger Entries (Debit Cards)
Ledger records provide a structured view of all account-level financial entries, including credits and debits resulting from card activity or funding operations.
Retrieve Ledger Entries
Use the POST /v1/ledger/list API to fetch ledger records based on specific criteria.
Supported Filters:
| Parameter | Description |
|---|---|
type | Filter by CREDIT or DEBIT entries |
lastUpdatedOn | Retrieve records based on last update timestamp |
account.id | Filter by specific account |
Ledger data is available with a latency of up to 15 minutes.
View Transaction Activity (Prepaid Cards)
Transaction activity provides detailed visibility into how funds are used on Prepaid cards, including both funding and spending events.
Retrieve Transaction Activity
Use the POST /v1/customer/id/{id}/issuance/card/id/{id}/transactionActivity API to fetch transaction history for a specific card.
This data reflects:
- Actual available balance
- Complete transaction history
The transaction activity includes detailed information for the following event types:
- Funding operations: Card load (adding funds) and unload (withdrawing funds) transactions.
- Spending operations: Card activity such as hold, release, and settlements.
Updated 3 days ago