# Payouts Payouts are created when you receive funds from PayPro to one of your bank accounts. These can be created on a schedule, through the dashboard or by using the [Payout create endpoint](/reference/api/payouts/createpayout). When creating a payout you must have sufficient balance in your PayPro account. ## Retrieves a payout - [GET /payouts/{id}](https://docs.paypro.nl/reference/api/payouts/retrievepayout.md): Retrieves a single payout based on the id. ## Retrieve a list of payouts - [GET /payouts](https://docs.paypro.nl/reference/api/payouts/retrievelistofpayouts.md): Retrieve a list of payouts that have been created for your account. The payouts are sorted, with the most recent first. ## Creates a payout - [POST /payouts](https://docs.paypro.nl/reference/api/payouts/createpayout.md): Creates a Payout object.