# Refund This resource represents a refund transaction from your Glomo account to your customer. You can retrieve it to see the details of the refund transaction. ## Create refund for a payment - [POST /refunds](https://docs.glomopay.com/api-documentation/apis/openapi/refund/createrefund.md): Creates refund for a payment entity if the payment is in success state and no other refund exists. ## List all refunds - [GET /refunds](https://docs.glomopay.com/api-documentation/apis/openapi/refund/getrefunds.md): Returns a list of refunds in response. The refunds are returned sorted by creation date, with the most recent refund appearing first. ## Retrieve a refund - [GET /refunds/{id}](https://docs.glomopay.com/api-documentation/apis/openapi/refund/getrefundbyid.md) ## Update RFI for Refund - [PATCH /refunds/{id}/update_rfi](https://docs.glomopay.com/api-documentation/apis/openapi/refund/updaterfirefund.md) ## Mock update a refund - [PATCH /refunds/{id}/mock_update_status](https://docs.glomopay.com/api-documentation/apis/openapi/refund/mockupdaterefund.md): Mark an in_progress refund as successful