# Shops

Within Settings → Business Settings → Shops, you can manage your test shops in the sandbox environment. This feature allows you to create and configure multiple shop entities under the same business account for testing different scenarios.

### Adding a New Shop

To create a new shop in the sandbox:

1. Navigate to Settings → Business Settings → Shops.
2. Click the “+ Add Shop” button at the top-right.
3. Fill in the required shop details:
   * Shop Name
   * Shop URL
   * Product and services sold descriptions

{% hint style="info" %}
You can enter any dummy data in these fields. The information is used for display and testing purposes only and does not affect actual payment processing.
{% endhint %}

4. Click “Create Shop”.

Once the shop is created:

* It will appear in your list of active test shops.
* You can generate API credentials (Client ID and Secret) specific to each shop.
* Each shop has its own branding and technical configuration scope.

{% hint style="info" %}
You can create up to 5 test shops in the sandbox environment. This limit helps you simulate multiple store setups while keeping the testing scope manageable.
{% endhint %}

<figure><img src="/files/4Snm1w6pMHwwWxvhdow5" alt=""><figcaption></figcaption></figure>

### Editing an Existing Shop

Each shop listed under Settings → Business Settings → Shops includes an Edit icon (pencil symbol) on the right side. This allows you to simulate shop-level configurations in a structured interface — useful for exploring how live merchants manage settings.

#### What You Can Edit or Preview

Clicking "Edit agreement" opens a multi-tab modal window, where you can review or adjust the following:

**Shop Details**

* Environment not allowed to edit
* Update Shop Name, Shop Type, and Product and Services sold types via dropdown menu.

**Payments**

* Accepted Payment Methods
  * Supported options: Open Banking and Cards
  * You may remove methods, but cannot add new ones in sandbox
* Services
  * You will see enabled services such as:
    * Pay by Link
    * A2A Refund
    * Recurring Payments
  * These services can be removed, but not newly added
* Accepted Currencies
  * EUR is the default currency
  * You may add more currencies
* Accepted Wallets
  * You can add new wallets using the “Add” button or remove existing ones

**Bank Payment Configuration**

* Country & Bank Selection
  * Choose from Latvia, Estonia, or Lithuania in the region selector
  * After selecting a country, choose a bank from the dropdown and press “Add”
  * You can also remove banks from the list

**Bank Account Info**

* View-only; cannot be modified in sandbox

**Technical Information**

* Editable fields include:
  * Home URL- in sandbox mode has no functional effect on the processing logi&#x63;*.*
  * Callback URL  - This is where EGW sends asynchronous callback messages containing status updates about the transaction. In sandbox mode, if you enter a valid public-facing URL, the system can send callback messages to this endpoint for testing purposes.
  * Payment Capture Delay -  You can choose a delay period in days from the dropdown menu. This setting defines how long the system waits before automatically capturing an authorized payment.
  * Authorization Type - You can select between:

    * Final
    * Pre-Authorization

    Changing this to Pre-Authorization in sandbox mode has no functional effect on the processing logic. However, it enables you to test manual capture scenarios using the Merchant API. Manual Capture via API - If Pre-Authorization is selected, you can simulate manual capture flows using the API after authorization. This allows for controlled payment finalization, as seen in hotel or rental use cases.

**Fees**

* Displayed for reference only
* View-only; not editable

**Limits**

* Displayed for reference only
* View-only; not editable

At any time during editing, you can click the “**Submit**” button to save your changes.

{% hint style="info" %}
&#x20;This edit function is useful for adjusting display values or managing multiple test cases. These fields remain non-functional in sandbox processing and are used purely for demonstration purposes.
{% endhint %}

<figure><img src="/files/j5Sq7a78euSmCVsDEE9P" alt=""><figcaption></figcaption></figure>

<br>

> ⚠️ You cannot change shop credentials, environment, or payment configurations from this view.


---

# 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://doc.ecomm.api.tietoevry.com/e-commerce-payment-gateway/sandbox-guide/merchant-portal-home-page/settings/shops.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.
