> ## 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.

# Payouts to Cards

> 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](/x/payouts/cards#supported-networks-and-banks).

<Info>
  **Feature Request**
</Info>

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.

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`.

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

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

[](https://www.postman.com/razorpaydev/workspace/f960539b-c56c-41e5-810b-63d2a89d447e/folder/12492020-0a7f8d61-ca43-439c-80db-a6fb08877a5f)

### Related Guides

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

### Endpoints

* **post** `/v1/payouts` - Create a Payout:
  Make a payout to a card without saving the card details.

* **post** `/v1/fund_accounts` - Create Fund Account:
  Creates a fund account for a card tokenised by external token providers.

* **post** `/v1/payouts` - Create a Payout:
  Makes a payout to a card tokenised by external token providers.

* **post** `/v1/fund_accounts` - Create Fund Account:
  Creates a fund account for a card tokenised by Razorpay TokenHQ.

* **post** `/v1/payouts` - Create a Payout:
  Makes a payout to a card tokenised by Razorpay TokenHQ.
