# 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) 트랜잭션 상태입니다. Enum: "done", "fail" - `datetime_from` (string) 날짜 범위의 시작입니다. - `datetime_to` (string) 날짜 범위의 끝입니다. - `subscription_id` (integer) Subscription ID. ## Response 200 fields