Skip to main content
Get recent transactions across up to 100 connected users in one call (at most 20 per target), using ‘Basic <API_KEY>’. Requires the bulk API capability on your application, and the LIST_PAYMENT and LIST_PURCHASES scopes on each target user’s grant. Defaults to the last 90 days when no date filter is supplied. Failures are reported per target and never fail the whole request. For complete history use the asynchronous transactions export.

Arguments

BulkTargetSpecInput!
required
No description provided in the schema yet.
DateTime
Only include transactions created at or after this time. Defaults to 90 days before createdLte.
DateTime
Only include transactions created at or before this time. Defaults to now.
Boolean
Also return memo and category metadata for each transaction. Slower; defaults to false.

Returns

BulkTransactions — Recent transactions across your connected users, one result per target.