# Extra paraméterek

A *Barion Smart Gateway* a következő szolgáltató specifikus `Extra` paraméterekkel rendelkezik:

<table data-full-width="true"><thead><tr><th width="275">Paraméter</th><th width="128">Típus</th><th width="155">Érték</th><th>Leírás</th></tr></thead><tbody><tr><td><code>Barion2</code></td><td>JSON object</td><td>egyedi értékek</td><td>Fizetési szolgáltató megnevezése az objektumban.</td></tr><tr><td><code>Barion2</code>: <code>PaymentRequest</code></td><td>JSON object</td><td>egyedi értékek</td><td><em>Barion Smart Gateway</em> által elvárt adatok.</td></tr></tbody></table>

#### Mintakód

{% code overflow="wrap" %}

```php
{
    "Barion2":
    {
        "PaymentRequest":
        {
            Helyezze ide a Barion Smart Gateway által elvárt adatokat!
        }
    }
}
```

{% endcode %}

{% hint style="info" %}
További információkért a *Barion Smart Gateway* által elvárt szolgáltató specifikus adatokról tájékozódjon a fizetési szolgáltatónál.
{% endhint %}


---

# 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.nevogate.com/segedlet/fizetesi-szolgaltato-specifikus-adatok/barion-smart-gateway/extra-parameterek.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.
