# Payment-Shop

The information about the shop (used in [hosted payment page](https://docs.monei.com/integrations/use-prebuilt-payment-page/)).

**name**string

The shop name.

**Example:<!-- -->&#x20;**`Test Shop`

**country**Country

Two-letter country code ([ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)).

**Example:<!-- -->&#x20;**`ES`

Payment-Shop

```
{

  "name": "Test Shop",

  "country": "ES"

}
```
