> For the complete documentation index, see [llms.txt](https://docs.hyperswitch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyperswitch.io/other-features/connectors/payouts/get-started-with-payouts.md).

# Getting Started with Payouts

To begin processing payouts with Juspay Hyperswitch, you must first establish accounts with your [supported payout processors](https://juspay.io/integrations).

The following diagram illustrates the interaction between your application, the Hyperswitch orchestration layer, and the underlying payout processors.

<figure><img src="/files/eCKMvNrdbKwickXALrsv" alt=""><figcaption></figcaption></figure>

### Configuration Resources

Implementation requires the Hyperswitch Dashboard for configuration and the API for transaction processing.

* API Endpoint (Sandbox): `https://sandbox.hyperswitch.io`
* Hyperswitch Dashboard: [app.hyperswitch.io](https://app.hyperswitch.io)
* Technical Reference: [Payouts API Reference](https://api-reference.hyperswitch.io/v1/payouts/payouts--create)

#### Prerequisites

Before configuring your first payout, ensure you have the following credentials from your Dashboard:

1. A Hyperswitch account.
2. An API Key (located in the Developers section).
3. Your Merchant ID (available on the Home page).

#### Configuring Payout Processors

Log in to the [Hyperswitch Dashboard](https://app.hyperswitch.io) and follow these steps to connect your processors.

1. **Navigate to Payout Processors:** Select the **Payout Processors** tab from the sidebar, then choose a processor from the supported list to open the configuration modal.

   <figure><img src="/files/FFC3peJHMBQ7G8xbQuBL" alt=""><figcaption><p>Payout Processors list</p></figcaption></figure>
2. **Provide Credentials:** Enter the authentication keys required by the specific processor to enable communication.

   <figure><img src="/files/lGNlia0WxyVSNK4VjDRY" alt=""><figcaption><p>Configuring auth keys for communicating with the processor</p></figcaption></figure>
3. **Enable Payment Methods:** Select the specific payout methods (e.g., Bank Transfer, Cards) you intend to use for this processor.

   <figure><img src="/files/YV1y11vSyET4AgcWXbO2" alt=""><figcaption><p>Keep preferred payment methods enabled</p></figcaption></figure>
4. **Confirm Configuration:** Once saved, the processor will appear as "Active" in your list.

   <figure><img src="/files/7AlP9K0BnfWqX0jruXjd" alt=""><figcaption><p>Successfully configured!</p></figcaption></figure>

#### Processing Payouts via API

For testing and initial integration, you can use the [Hyperswitch Postman Collection](https://www.postman.com/hs-payouts/hyperswitch/collection/u6uep7u/payouts-w-hyperswitch).

1. **Import Collection:** Download and import the collection into your Postman workspace.

   <figure><img src="/files/oYRxcJ1G7lPShI4CMAAv" alt=""><figcaption><p>Import postman collection</p></figcaption></figure>
2. **Configure Environment Variables:** In the **Variables** tab, set the following parameters:

   * `baseUrl`: `https://sandbox.hyperswitch.io`
   * `merchant_id`: Your unique merchant identifier.
   * `api_key`: Your Hyperswitch API secret key.

   <figure><img src="/files/wPpa9SxivXL2sy385muW" alt=""><figcaption><p>Updating env variables in postman collection</p></figcaption></figure>
3. **Execute Payout:** Navigate to the **Process Payouts** section of the collection to send a `POST` request to the `/payouts/create` endpoint.

{% content-ref url="/pages/BhrISH3IP4euAGa8kpEO" %}
[Payouts with Saved Payment Methods](/other-features/connectors/payouts/process-payouts-using-saved-payment-methods.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hyperswitch.io/other-features/connectors/payouts/get-started-with-payouts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
