# Accepting Gift Cards

Hyp Pay supports over 20 Israeli gift card brands issued by Finitione and Multipass. This is a great way to offer more flexibility to your customers.

<details>

<summary>Show all brands</summary>

* Issued by Finitione:
  * Discont Young (דיסקונט צעירים)
  * Finitione
  * Gold Ztfon (גולד צפון)
  * istudent (אייסטודנט)
  * Leumi Gudeis (לאומי גודיז)
  * Pais Plus Rechargeable Gift Card (פיס פלוס תו נטען)
  * Pais Plus Shovar (פיס פלוס שוברים כספיים)
  * Visa Cal (ויזה כ.א.ל.)
  * Yours Club Rechargeable Gift Card (מועדון שלך תו נטען)
  * Yours Club Shovar (cash vouchers – מועדון שלך שוברים כספיים)
  * Yours Club Shovar (for retirees – מועדון שלך לגימלאי)
* Issued by Multipass:
  * BUYME
  * Dor Hadash Ba Shovarim (דור חדש בשוברים)
  * Dream Card (דרים קארד)
  * Extra Gift Card (אקסטרה גיפט קארד)
  * HiTechZone (הייטקזון)
  * Ksharim
  * Mega Leaan (מגה לאן)
  * Multipass (מולטיפס)
  * Nofshonit (נופשונית)
  * Pais Plus - Mifal HaPais Club (פיס פלוס מועדון מפעל הפיס)
  * Power Card
  * Power Gift
  * Raayonit (רעיונית)
  * Rami Levi - Tav Male Digitali (רמי לוי - התו המלא דיגיטלי)
  * Yenot Bitan - Tav Plus (יינות ביתן - תו פלוס)

The list of supported brands is updated from time to time. If you don't see a brand that you're looking for, please let us know by phone (\*6488, extension 3) or via [WhatsApp](https://wa.me/972732345000)

</details>

Your customers can **split payments between multiple gift cards** of different brands: up to five gift cards in a single purchase. If the funds available on the gift cards aren't enough to cover the total transaction amount, the customer can easily add the missing funds using their regular credit card.

## Prerequisites

First, you need to set up merchant accounts with specific brands from the supported gift card providers (Finitione, Multipass) that you want to enable for your customers.

Once this is done, contact Hyp support by phone (\*6488, extension 3) or via [WhatsApp](https://wa.me/972732345000) to have gift cards enabled in your terminal. Be sure to let them know which gift card brands you have merchant accounts with.

## Payment page integration

As soon as gift cards are enabled in your terminal, the **Gift Card** button will appear on your payment pages by default.

However, there are several considerations about gift cards to keep in mind:

* Gift cards are **only supported in the regular payment page flow**. Advanced payment flows like two-phase commits are not supported.
* **All gift cards used are listed in invoices**. In the payment details, the recipient will see the specific gift card or cards used, as well as the credit card if one was also used.
* Each gift card redeemed on the payment page constitutes a **separate transaction**. If you need to perform a [refund](/pay/common-use-cases/refunds.md) or [cancellation](/pay/common-use-cases/cancellations.md), it must be done separately for each transaction using the respective transaction ID. In the payment completion redirect, look for a `MULTI` parameter that contains information about each transaction. For example, the following value of the `MULTI` parameter means the payment included two transactions: a credit card transaction with ID `222810164` and a gift card transaction with ID `222810167`:

  <pre data-overflow="wrap"><code>MULTI=[222810164~CC~MasterCard~4.16~5614~0916727][222810167~MultiPass~MultiPass~1.84~9290~3803166]
  </code></pre>

## Payment experience

Here's a look at how the gift card payment button appears on the payment page:

![A button for gift cards on a payment page](/files/dov8m1epOkJ1jajZrxQn)

When the customer clicks the button, Hyp Pay displays a list of the gift card brands that you chose to accept:

![The list of supported gift cards](/files/FAUCT2Wl65eU5Kz84nud)

Clicking a brand opens a form to enter the gift card number and any additional required fields:

![A form to enter gift card details](/files/dtbgKMNXUWlL1Houu3e2)

After validating the entered details, Hyp Pay shows a list of gift cards used so far. The customer can adjust the amount applied from each card or add more cards (up to five in total):

![The list of gift cards used](/files/XeeYwtboo2sTIfiuppWQ)

After clicking **Continue**, if the total amount due isn't fully covered by the selected gift cards, the customer can pay the remaining balance with a regular credit card.

Once the customer has completed all fields and clicked **Pay**, Hyp processes the payment and performs a payment completion redirect to your website.


---

# 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://developers.hyp.co.il/pay/advanced-features/gift-cards.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.
