# Get Payments Lists all subscription payments. Endpoint: GET /projects/{project_id}/subscriptions/payments Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) Project ID. ## Query parameters: - `offset` (integer) Number of the element from which the list is generated (the count starts from 0). - `limit` (integer, required) Limit for the number of elements on the page. - `user_id` (string) User ID. - `status` (string) Transaction status. Enum: "done", "fail" - `datetime_from` (string) Period start. - `datetime_to` (string) Period end. - `subscription_id` (integer) Subscription ID. ## Response 200 fields