> For the complete documentation index, see [llms.txt](https://docs.nevogate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nevogate.com/segedlet/fizetesi-szolgaltato-specifikus-adatok/k-and-h-szep-kartya/extra-parameterek.md).

# Extra paraméterek

#### Paraméterek

A *K\&H SZÉP Kártya* a következő szolgáltató specifikus `Extra` paraméterekkel rendelkezik:

<table data-full-width="true"><thead><tr><th width="308">Paraméter</th><th width="121">Típus</th><th width="215">Érték</th><th>Leírás</th></tr></thead><tbody><tr><td><code>KhbCardPocketId</code></td><td>number</td><td><ul><li>1 (főszámla)</li><li>3 (aktív magyarok alszámla, várható elfogadás banki oldalon jelenleg nem ismert)</li></ul></td><td>Jelzi a fizetéshez használt zsebet.<br><br>Kizárólag <code>KHBSZEP</code> használata esetén.</td></tr><tr><td><code>TransactionExpirationTimeFormat</code></td><td>string</td><td><ul><li>Minutes</li><li>Date</li></ul></td><td>Formátum, melyben a tranzakció érvényességi ideje megadásra kerül.<br><br>Kizárólag <code>RawKHBSZEP</code> használata esetén.</td></tr><tr><td><code>TransactionExpirationTimeValue</code></td><td><ul><li>integer</li><li>string (19 karakter)</li></ul></td><td><p>Egész szám vagy dátum, a következő formátumban:</p><p>ÉÉÉÉ-HH-NN ÓÓ:PP:MM</p></td><td><p>A tranzakció érvényességi ideje, mely a felsorolt formátumok egyikében adható meg.</p><p>A kiválasztott formátum típusát jelezze a következő paraméterben: <code>TransactionExpirationTimeFormat</code>.<br><br>Választható formátumok:</p><p>• időtartam (Minutes): használatával megadhatja a tranzakció érvényességét az inicializálástól (Init) számítva, percben kifejezve.</p><p>• időpont (Date): használatával megadhatja az adott tranzakció érvényességét a következő formátumban: ÉÉÉÉ-HH-NN ÓÓ:PP:MM</p><p><br>Kizárólag <code>RawKHBSZEP</code> használata esetén.<br></p><p>Bármely formátum esetében a tranzakció érvényességi ideje maximum 60 nap. Az érvényességi idő lejárata után a még függőben lévő tranzakciók TIMEOUT státusszal zárulnak le.</p><p>Amennyiben az érvényességi idő nem kerül átadásra, rendszerünk az alapértelmezett értéket veszi figyelembe. Az alapértelmezett érvényességi idő kereskedői boltonként egyedileg is módosítható, ehhez vegye fel a kapcsolatot ügyfélszolgálatunkkal a következő címen:<br><br><a href="mailto:business@nevogate.com">business@nevogate.com</a></p></td></tr></tbody></table>

#### Mintakód

{% code overflow="wrap" %}

```json
{
    "KhbCardPocketId":1
}
```

{% endcode %}

vagy

```json
{
    "TransactionExpirationTimeFormat": "Minutes",
    "TransactionExpirationTimeValue": 5
}
```

vagy

```json
{
    "TransactionExpirationTimeFormat": "Date",
    "TransactionExpirationTimeValue": "2023-09-01 10:00:00"
}
```


---

# 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.nevogate.com/segedlet/fizetesi-szolgaltato-specifikus-adatok/k-and-h-szep-kartya/extra-parameterek.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.
