# Refunds Refunds allow you to return funds to your customer. These funds are deducted from your PayPro balance and are refunded to the card, bank account or wallet used in the initial payment. You can create refunds yourself or in some cases the customer can initiate a refund. Refer to our [Refund guide](/docs/refunds) on how to manage and create refunds. ## Retrieves a refund - [GET /refunds/{id}](https://docs.paypro.nl/reference/api/refunds/retrieverefund.md): Retrieves a single refund based on the id. ## Cancels a refund - [DELETE /refunds/{id}](https://docs.paypro.nl/reference/api/refunds/cancelrefund.md): Cancels a refund. It is possible to cancel refund only in open, pending or processing state. ## Retrieve a list of refunds - [GET /refunds](https://docs.paypro.nl/reference/api/refunds/retrievelistofrefunds.md): Retrieve a list of refunds that have been created for your account. The refunds are sorted, with the most recent first