> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-60c89f9a-mintlify-audit-missing-sections-1778528421.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Payout Link APIs

> You can use our APIs to perform various actions required to make payouts. You can perform most of these actions from the [RazorpayX Dashboard](https://x.razorpay.com/auth) as well.

## List of APIs

The table below lists the various APIs and gives a brief description of each API:

## API Endpoint | Description

## [Create Payout Links Using Contact Details](/api/x/payout-links/create/use-contact-details) | Creates a Payout Link using customer's contact details like email id/mobile number.

## [Create Payout Links Using Contact ID](/api/x/payout-links/create/use-contact-id) | Creates a Payout Link using the Contact id of the customer. [Create a Contact](/x/contacts#list-of-endpoints) to generate the Contact id.

## [Fetch All Payout Links](/api/x/payout-links/fetch-all) | Retrieves the details of all Payout Links created. Use the query parameters to customise Payout Links retrieval.

## [Fetch a Payout Link with ID](/api/x/payout-links/fetch-with-id) | Retrieves the details of a particular Payout Link.

## [Cancel a Payout Link](/api/x/payout-links/cancel/) | API to cancel an active Payout Link.

<Warning>
  **Watch Out!**

  Allowlisting your IP is mandatory for using the Payout Link APIs. Know how to [allowlist your IP](/x/dashboard/allowlist-ip).
</Warning>

### Related Information

* [About Payouts](/x/payouts)
* [About Payout Links](/x/payout-links)
* [Subscribe to Webhooks](/x/apis/subscribe)
