# Get payouts breakdown in currency Gets payouts breakdown in currency. 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/transactions/summary/transfer 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) Transaction status. Enum: "done", "canceled", "error", "refunded" ## Response 200 fields