List Card Transactions
Returns transactions for the cards you have access to. A purchase produces several entries: an authorization when the merchant places the hold, a clearing when the money moves, and a refund or reversal if it comes back. Entries that share a trace_id are the same purchase; it can be absent, in which case an entry stands alone. Every amount is positive and type carries the direction, so to total actual spend take the clearing entries minus the refund and reversal entries: an authorization and its clearing are the same money, so counting both doubles the purchase. Filter by card, status, merchant, date range, or amount.
Authorizations
Your Meow API key, sent in the x-api-key header for authentication.
Headers
Optional entity_id to scope requests to a specific entity.
Query Parameters
Transaction filters. Every field is optional.
Maximum number of results to return.
1 <= x <= 100Opaque offset identifier for pagination. Use the nextOffset from a previous response.
100