> 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/barion-smart-gateway/extra-parameterek.md).

# 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 %}
