> For the complete documentation index, see [llms.txt](https://developers.hyp.co.il/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.hyp.co.il/introduction-to-the-hyp-payment-platform.md).

# Introduction to the Hyp Payment Platform

Hyp is Israel's leading payment gateway provider, offering secure and reliable solutions for businesses to accept payments online. Whether you are a small business owner looking for a no-code solution or a large enterprise building a custom payment infrastructure, Hyp provides the tools and APIs to meet your needs.

Our platform consists of two primary offerings: **Hyp Pay** and **Hyp Enterprise**.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Go to Hyp Pay documentation</td><td><a href="/files/P33JePDNCL13oTk8J9dj">/files/P33JePDNCL13oTk8J9dj</a></td><td><a href="/spaces/NgLaCFED7cVeSJ11x81c">/spaces/NgLaCFED7cVeSJ11x81c</a></td></tr><tr><td>Go to Hyp Enterprise documentation</td><td><a href="/files/aV3RzGi6H6WTS71HajZD">/files/aV3RzGi6H6WTS71HajZD</a></td><td><a href="/spaces/QDmIAW4sQ20lCItJGzcS">/spaces/QDmIAW4sQ20lCItJGzcS</a></td></tr></tbody></table>

Both products are optimized for the Israeli market and allow you to securely process payments by complying with PCI DSS requirements. However, they are designed for different types of businesses and integration needs:

* [**Hyp Pay**](https://developers.hyp.co.il/pay/) is designed for small to medium-sized businesses that want to get up and running quickly. It is a self-service platform that offers a modern portal for managing your account and terminals. It is built to keep your compliance burden to a minimum by supporting the simplest PCI compliance level, **SAQ A**.
* [**Hyp Enterprise**](https://developers.hyp.co.il/enterprise/) is a powerful and highly customizable payment gateway used by some of Israel's largest organizations. It provides deep control over the payment flow and offers extensive configuration options for complex business logic. It also supports a wider range of PCI compliance paths, including **SAQ A-EP** and **SAQ D**, for businesses that need to handle card data on their own servers.


---

# 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://developers.hyp.co.il/introduction-to-the-hyp-payment-platform.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.
