Get paginated list of pending transactions matching the provided filters
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Include transactions from sub-accounts when listing transactions for a given account
The status of the transaction
"PENDING,PARTCLEARED"
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
Only display holds linked to the provided transaction id
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Only display transactions matching the given type
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
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 >= 1
100
Only display transactions matching the given subtype
Paginated list of pending transactions
The response is of type object
.