# Paying with gift card

Follow these steps to ensure a smooth transaction using a Flow gift card.

{% hint style="success" %}
Note that it is fully possible to pay with multiple Flow gift cards on the same order.
{% endhint %}

{% stepper %}
{% step %}

### Select the Flow Gift Card payment method

After all products are added to the order, select "Payment", and choose the Flow Gift Card payment method.

{% hint style="warning" %}
Note that the Flow Gift Card payment method can be renamed to whatever you want, so you might find it as simply "Gift card" or "Gavekort" (Norwegian)
{% endhint %}

<figure><img src="/files/WVt1ls0wFwewnvrddKOS" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Register the gift card&#x20;

Scan the barcode or enter the 16 digits gift card code manually.

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

Once the gift card is registered, the available balance and its expiration date are shown.
{% endstep %}

{% step %}

### Click Pay

Click on the Pay button to confirm the payment with the gift card.

The entered amount will be deducted from the gift card immediately
{% endstep %}
{% endstepper %}

### Insufficient funds on your gift card?

If the available amount remaining on the gift card is below the total order amount, you will need to add other payment methods for the remaining amount. Note that you can use multiple gift cards on the same order.

### Want to only use partly funds on your gift card?

No problem. Simply enter the amount you want to deduct from the card, and only that amount will be withdrawn.


---

# 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.flowretail.com/docs/extensions-addons/flow-gift-card/paying-with-gift-card.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.
