# Fetch the payments list of a order for the current user and project **GET /users/{user_id}/projects/{project_id}/orders/{order_id}/payments** Fetch the payments list of a order for the current user and project. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **project_id** (string) Project id - **order_id** (string) Order id ## Responses ### 200 The payments list of the order #### Body: (array[object]) - **id** (string(uuid)) - **amount** (number(float)) - **created_at** (string(datetime)) - **order_id** (string(uuid)) - **project_id** (string(uuid)) [Powered by Bump.sh](https://bump.sh)