> ## Documentation Index
> Fetch the complete documentation index at: https://doc-test-my.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Payout Links

> List of Payout Links API endpoints to create, retrieve and cancel Payout Links.

[Payout Links](/docs/x/payout-links) enable you to make payouts to those Contacts whose Fund Account details are not available. Allowlisting your IP is mandatory for using the Payout Link APIs. Know how to [allowlist your IP](/docs/x/dashboard/allowlist-ip).

<br />

Fork the Razorpay Postman Public Workspace and try the Payout Links APIs using your [Test API Keys](/docs/x/dashboard/api-keys).

<br />

<a href="https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-60f1103d-eb2b-454b-8b17-7911e3c9d2f5" target="_blank">![Run in Postman](https://run.pstmn.io/button.svg)</a>

<CardGroup cols={2}>
  <Card title="Create a Payout Link (Contact Details)" href="/docs/api/x/payout-links/create/use-contact-details">
    `POST` `/v1/payout-links`

    Creates a Payout Link using contact details like email id/mobile number.
  </Card>

  <Card title="Create a Payout Link (Contact ID)" href="/docs/api/x/payout-links/create/use-contact-id">
    `POST` `/v1/payout-links`

    Creates a Payout Link using Contact ID.
  </Card>

  <Card title="Fetch All Payout Links" href="/docs/api/x/payout-links/fetch-all">
    `GET` `/v1/payout-links`

    Retrieves all Payout Links created.
  </Card>

  <Card title="Fetch Payout Links With ID" href="/docs/api/x/payout-links/fetch-with-id">
    `GET` `/v1/payout-links/:id/`

    Retrieves a particular Payout Link.
  </Card>

  <Card title="Cancel a Payout Link" href="/docs/api/x/payout-links/cancel">
    `POST` `/v1/payout-links/:id/post`

    Cancels a Payout Link.
  </Card>
</CardGroup>

## Related Guides

* [About Payout Links](/docs/x/payout-links)
* [Set Up Webhooks](/docs/webhooks/setup-edit-payouts)
* [Webhook Payloads](/docs/webhooks/payout-links)
