# Beneficiary This resource represents a payee of a payout initiated by your business. The beneficiary can be an individual or a business to whom you will send funds. ## Create a Beneficiary - [POST /beneficiaries](https://docs.glomopay.com/api-documentation/apis/openapi/beneficiary/createbeneficiary.md): Creates a beneficiary with information such as name, contact, address, and banking information. ## List all Beneficiaries - [GET /beneficiaries](https://docs.glomopay.com/api-documentation/apis/openapi/beneficiary/getbeneficiaries.md): Returns a list of your beneficiaries. The beneficiaries are returned sorted by creation date, with the most recent beneficiary appearing first. ## Retrieve a beneficiary - [GET /beneficiaries/{id}](https://docs.glomopay.com/api-documentation/apis/openapi/beneficiary/getbeneficiarybyid.md): Retrieves details of a beneficiary.