# Get payouts

Lists all payouts for a period.


  NoticeThis API call does not contain the project_id path parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization.

Endpoint: GET /merchants/{merchant_id}/reports/transfers
Version: 2.0
Security: basicAuth

## Path parameters:

  - `merchant_id` (integer, required)
    Merchant ID.

## Query parameters:

  - `datetime_from` (string)
    Period start.

  - `datetime_to` (string)
    Period end.

  - `legal_entity_id` (integer)
    ID of the developer's legal entity.

  - `status` (string)
    Payout status.
    Enum: "hold", "ready", "paid"


## Response 200 fields
