# Payout Links A `Payout Link` is a unique, one-time link you can send via email or text to a recipient for fast and secure payouts. For card-based payouts, funds are typically available within minutes. Payout Links can be used for various purposes, including insurance payments, sales commissions, and more. Each link can be customized to display your brand name and logo, providing a seamless experience for recipients. **Related Guides:** - [Payout Links](/guides/payouts/payout-links) ## Create a Payout Link - [POST /payout_links](https://docs.finix.com/api/payout-links/createpayoutlink.md): Generate a Payout Link resource to create a single-use link for sending a payout to a recipient. ## List Payout Links - [GET /payout_links](https://docs.finix.com/api/payout-links/listpayoutlinks.md): Retrieve a list of Payout Link resources. ## Fetch a Payout Link - [GET /payout_links/{payout_link_id}](https://docs.finix.com/api/payout-links/getpayoutlink.md): Retrieve the details of an existing Payout Link. ## Update Payout Link - [PUT /payout_links/{payout_link_id}](https://docs.finix.com/api/payout-links/updatepayoutlink.md): Update the details of a Payout Link. The state must be ACTIVE to update allowed_payout_operations and recipient_details.