# Fetch the payments details of an order for the user and project **GET /users/{user_id}/projects/{project_id}/orders/{order_id}/payments/{id}** Fetch the payments details of an order for the user and project. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **project_id** (string) Project id - **order_id** (string) Order id - **id** (string) Resource ID ## Responses ### 200 The payment details #### Body: (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)