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

# Payouts to Cards

> Make payouts directly to a credit, debit or prepaid card using APIs.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
</div>

With Payouts to Cards APIs, you can make payouts directly to a credit card, debit card or prepaid card. Payouts via **Visa Direct** and **MasterCard Send** are temporarily unavailable. Know more about the [supported networks](/docs/x/payouts/cards#supported-networks-and-banks).

<Info>
  **Feature Request**

  This is an on-demand feature and available only to PCI-compliant merchants. To enable this feature, raise a request using the [support form](https://razorpay.com/support/) on the RazorpayX Dashboard.
</Info>

Adhering to the RBI guidelines, you can either make a payout without saving card details or save a card details with a tokenisation service - [Razorpay TokenHQ](https://razorpay.com/card-tokenisation/) or any external token provider. Payouts to these tokenised cards can be made using the mode `card`.

<br />

[Allowlist IPs](/docs/x/dashboard/allowlist-ip) that you use while making payouts via APIs and pass the [idempotency key](/docs/api/x/payout-idempotency). [Create a Contact](/docs/api/x/contacts/create) and [Fund Account](/docs/api/x/fund-accounts) before creating payouts.

<br />

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

<a href="https://www.postman.com/razorpaydev/workspace/f960539b-c56c-41e5-810b-63d2a89d447e/folder/12492020-0a7f8d61-ca43-439c-80db-a6fb08877a5f" target="_blank">![Run in Postman](https://run.pstmn.io/button.svg)</a>

<CardGroup cols={2}>
  <Card title="Create a Payout" href="/docs/api/x/payouts-cards/create/without-saving-card">
    `POST` `/v1/payouts`

    Make a payout to a card without saving the card details.
  </Card>

  <Card title="Create Fund Account" href="/docs/api/x/payouts-cards/create/save-card/external-token/fund-account">
    `POST` `/v1/fund_accounts`

    Creates a fund account for a card tokenised by external token providers.
  </Card>

  <Card title="Create a Payout" href="/docs/api/x/payouts-cards/create/save-card/external-token/payout">
    `POST` `/v1/payouts`

    Makes a payout to a card tokenised by external token providers.
  </Card>

  <Card title="Create Fund Account" href="/docs/api/x/payouts-cards/create/save-card/razorpay-tokenhq/fund-account">
    `POST` `/v1/fund_accounts`

    Creates a fund account for a card tokenised by Razorpay TokenHQ.
  </Card>

  <Card title="Create a Payout" href="/docs/api/x/payouts-cards/create/save-card/razorpay-tokenhq/payout">
    `POST` `/v1/payouts`

    Makes a payout to a card tokenised by Razorpay TokenHQ.
  </Card>
</CardGroup>

## Related Guides

* [About Payout to Cards](/docs/x/payouts/cards)
* [Set up Webhooks](/docs/webhooks/setup-edit-payouts)
* [Webhooks Payloads](/docs/webhooks)
* [Status Details](/docs/errors/x/payout-status-details)
