> For the complete documentation index, see [llms.txt](https://docs.flowretail.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowretail.com/docs/extensions-addons/flow-gift-card/paying-with-gift-card.md).

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