List card transactions
Returns the newest-first card transaction feed for the selected legal entity. Only card activity is returned; use the card-specific filters to narrow by card, card group, processor authorization, or authorization time.
Authorizations
User API key authentication. Create a key under Settings → API keys in the Slash dashboard (https://app.slash.com/global-settings/api-keys) and send the x-legal-entity header naming the legal entity to act on with every request. Keys scoped to a legal entity are rejected with 403 user_api_key_required.
Headers
The legal entity to act on. Required on every request; a user API key can act on any legal entity its user has access to.
^le_[a-zA-Z0-9]+$Query Parameters
Pass the opaque value returned in metadata.nextCursor without changing the other query parameters.
Return activity for one accessible Account.
Return card transactions associated with one accessible virtual account. Transactions without a virtual-account association do not match.
Return card transactions with this broad accounting status. Coarse transaction state.
pending, posted, failed Return card transactions in this exact lifecycle state. Exact lifecycle state of a card transaction.
pending, canceled, failed, settled, declined, refund, reversed, dispute Inclusive RFC 3339 lower bound on transaction date.
Inclusive RFC 3339 upper bound on transaction date.
Return transactions for one card.
Return transactions for cards in one card group.
Return the transaction with this processor authorization id.
Inclusive RFC 3339 lower bound on authorization time.
Inclusive RFC 3339 upper bound on authorization time.
Include totals across the complete filtered result, not only this page.