Ledger & Transaction Activity
Access account ledger entries and card transaction activity to track fund movements.
Priority provides capabilities that enable platforms to monitor ledger entries and transaction activity associated with customer and program manager accounts. This functionality allows platforms to maintain visibility into fund movements, balance adjustments, and transaction-level events recorded within the Passport system.
Ledger records represent account-level financial entries, including credits and debits applied to an account. These records provide a structured view of balance changes resulting from card activity, funding events, or other account operations.
Similarly, transaction-level visibility for Prepaid cards is also provided, enabling users to monitor card funding activity, spending events, and balance changes for each prepaid card issued under the program.
View Ledgers for Debit Cards
You can retrieve all ledgers that meet a requested criteria by using the POST request using the v1/ledger/list ledger API. You can view these ledgers based on their types (CREDIT, DEBIT), lastUpdatedOn, account.id where "id" will be the unique Passport account identifier etc.
Ledger List API will return data with a latency of 15 minutes.
View Transaction activity for Prepaid Cards
To enable accurate real-time monitoring of how funds are used the transaction activity of a Prepaid card provides full visibility. Using the POST request for v1/customer/id/{{id}}/issuance/card/id/{{id}}/transactionActivity endpoint the transaction activity reflects the actual available balance and complete spending history for each specific prepaid card.
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 about 13 hours ago