List posted transactions
Get paginated list of posted transactions matching the provided filters
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
If true, only display transactions that are part of a batch payment. Cannot be used with batch_ids.
Include transactions from sub-accounts when listing transactions for a given account
Batch UUID(s). Multiple UUIDs can be provided as a comma-separated list. Cannot be used with is_batched.
"ba313a66-cbb6-4bc3-aa37-6548448ecb32,cadb3dd1-feb0-42c3-b545-afbbfa99eb7f"
Only return transactions equal to the given amount (in minor currency units, e.g., cents).
x >= 01000
Only display transactions with a posting date greater than from_date
Only display transactions with a posting date less than or equal to to_date
Barcode number(s). Multiple barcode numbers can be provided as a comma-separated list.
"123456789012345678901234567890,098765432109876543210987654321"
Digital Wallet token ID(s). Multiple IDs can be provided as a comma-separated list.
"ba313a66-cbb6-4bc3-aa37-6548448ecb32,cadb3dd1-feb0-42c3-b545-afbbfa99eb7f"
Debit/Credit sign
credit, debit If true, only transactions with cashback will be returned. If false, only transactions without cashback will be returned. If not provided, all transactions will be returned.
Only display transactions matching the given type
Only display transactions with an effective date greater than from_effective_date
Transaction Idempotency Key(s). Multiple keys can be provided as a comma-separated list.
"ba313a66-cbb6-4bc3-aa37-6548448ecb32,cadb3dd1-feb0-42c3-b545-afbbfa99eb7f"
Account number
Only display transactions with an effective date less than or equal to to_effective_date
Hide "JIT funding" transactions from results
Transaction UUID(s). Multiple UUIDs can be provided as a comma-separated list.
"ba313a66-cbb6-4bc3-aa37-6548448ecb32,cadb3dd1-feb0-42c3-b545-afbbfa99eb7f"
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
"a8937a0d"
Account ID
Card ID
"6dc0397d-1aba-4be9-9582-895a7a887d49"
Reference ID
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
x >= 1100
Only display transactions matching the given subtype
Transaction UUID(s) to exclude from the query. Multiple UUIDs can be provided as a comma-separated list.
"ba313a66-cbb6-4bc3-aa37-6548448ecb32,cadb3dd1-feb0-42c3-b545-afbbfa99eb7f"

