# Top-ups Top-ups are a way to top-up your PayPro balance. This can be done through our dashboard or by using the [Top-up create endpoint](/reference/api/top-ups/createtopup). The top-up has a unique ID which might be necessary to use when doing manual transfers. When the top-up is processed your PayPro balance will automatically be increased by the amount in the top-up. ## Retrieves a top-up - [GET /top_ups/{id}](https://docs.paypro.nl/reference/api/top-ups/retrievetopup.md): Retrieves a single top-up based on the id. ## Retrieve a list of top-ups - [GET /top_ups](https://docs.paypro.nl/reference/api/top-ups/retrievelistoftopups.md): Retrieve a list of top-ups that have been created for your account. The top-ups are sorted, with the most recent first. ## Creates a top-up - [POST /top_ups](https://docs.paypro.nl/reference/api/top-ups/createtopup.md): Creates a Top-up object. After you have created a Top-up you can use the link to redirect to the pay page.