# Checkout

{% hint style="info" %}
This section gives you an overview of how to make payments via Checkout through Hyperswitch.
{% endhint %}

![Checkout Logo](https://hyperswitch.io/icons/homePageIcons/logos/checkoutLogo.svg)

Checkout.com is a global payment company that provides a gateway, an acquirer and processor as part of its end-to-end solution. They provide solutions to help businesses and their communities thrive in the digital economy. To know more about payment methods supported by Checkout via Juspay Hyperswitch, visit [here](https://hyperswitch.io/pm-list).

### Prerequisites

1. You need to be registered with Checkout in order to proceed. If you aren't, you can quickly set up your Checkout account [here](https://www.checkout.com/get-test-account).
2. You should have a registered Hyperswitch account. You can access your account from the [Hyperswitch dashboard](https://app.hyperswitch.io/register).
3. Request the Checkout support team to enable handling raw card data for your Checkout account via email (<support@checkout.com>). This will enable Hyperswitch to securely handle your customer's payment details.
4. Your Checkout API key, Processing Channel ID, and Checkout Secret Key are available in your Checkout dashboard under the [Developers section](https://dashboard.sandbox.checkout.com/developers/get-started).
5. To configure a new webhook endpoint, navigate to the webhooks section of your Checkout dashboard and create a new webhook.

[Steps](https://docs.hyperswitch.io/hyperswitch-cloud/connectors/activate-connector-on-hyperswitch) to activate Checkout on Hyperswitch control center.


---

# Agent Instructions: 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:

```
GET https://docs.hyperswitch.io/other-features/connectors/available-connectors/checkout.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
