# ユーザー決済の取得 特定のユーザーが行ったすべての決済を一覧表示します。 Endpoint: GET /projects/{project_id}/users/{user_id}/subscriptions/payments Version: 2.0 Security: basicAuth ## Path parameters: - `project_id` (integer, required) プロジェクトID。 - `user_id` (string, required) ユーザーID。 ## Query parameters: - `status` (string) トランザクションステータス。 Enum: "done", "fail" - `offset` (integer) リスト生成元のエレメントの番号です(カウントは0から始まります)。 - `limit` (integer, required) ページにあるエレメント数の制限。 - `datetime_from` (string) サンプル日付。リクエストよりも後に作成されたサブスクリプションを見つけるのに役立ちます。 - `datetime_to` (string) サンプル日付。リクエストよりも後に作成されたサブスクリプションを見つけるのに役立ちます。 - `subscription_id` (integer) サブスクリプションID。 ## Response 200 fields