# Transactions As CSV

This endpoint downloads a customer's transaction history in CSV format. This is useful for accounting and reconciliation purposes, and can be filtered by pocket, transaction type, and a time range.

Endpoint: GET /api/v2/transactions.csv
Version: Version: aec57205
Security: CodeBearer

## Query parameters:

  - `pocket[]` (any)

  - `type[]` (any)

  - `time_booked_from` (any)

  - `time_booked_to` (any)

## Response 422 fields (application/json):

  - `detail` (array)

  - `detail.loc` (array, required)

  - `detail.msg` (string, required)

  - `detail.type` (string, required)

  - `detail.input` (any)

  - `detail.ctx` (object)


## Response 200 fields

## Response 404 fields
