# Fetch a User Payout details based on the id **GET /payouts/{payout_id}/user_payouts/{id}** Fetch a User Payout details based on the id. ## Servers ## Parameters ### Path parameters - **payout_id** (string) Payout id - **id** (string) Resource ID ## Responses ### 200 The User Payout with the id #### Body: (object) - **id** (string(uuid)) - **user_id** (string) - **token_amount** (number(float)) - **payout_amount** (number(float)) - **wallet_address_id** (string(uuid)) - **wallet_address** (string) - **created_at** (string(datetime)) ### 401 Authorization information is missing or invalid. ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)