# 決済の一覧 すべてのサブスクリプションの決済を一覧表示します。 Endpoint: GET /projects/{project_id}/subscriptions/payments Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) プロジェクトID。 ## Query parameters: - `offset` (integer) リスト生成元のエレメントの番号です(カウントは0から始まります)。 - `limit` (integer, required) ページにあるエレメント数の制限。 - `user_id` (string) ユーザーID。 - `status` (string) トランザクションステータス。 Enum: "done", "fail" - `datetime_from` (string) 期間開始日。 - `datetime_to` (string) 期間終了日。 - `subscription_id` (integer) サブスクリプションID。 ## Response 200 fields