Get Transactions
Authentication
Bearer token obtained from the Create Token endpoint. Tokens are valid for ~60 minutes — cache and reuse a token for its full lifetime instead of re-authenticating per request.
Query parameters
Recommended. Look up a single transaction by the reference_no you supplied when creating it. This is the intended way to check a transaction’s status — avoid unfiltered listing.
Filter by channel code (see Get Channels).
Start of a date-range filter. Use sparingly — avoid combining date ranges with unbounded pagination for routine polling.
End of a date-range filter. Use sparingly — see date_from.
Legacy pagination. Works today, but don’t build new integration logic around browsing pages of results — look up by reference_no instead.
Legacy pagination page size (max 100). See page.