> For the complete documentation index, see [llms.txt](https://docs.codpeller.com/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codpeller.com/ru/bcc/testovye-dannye.md).

# Тестовые данные

### **Данные для проведения тестовых транзакций** <a href="#dannye-dlya-provedeniya-testovykh-tranzakcii" id="dannye-dlya-provedeniya-testovykh-tranzakcii"></a>

Перейдите на [страницу настроек](https://my.ecwid.com/cp#app:name=bcc) приложения BCC Ecom к блоку настроек "Ваш BCC аккаунт" и пропишите данные ниже в соответствующие строки

<div align="left"><figure><img src="/files/IHaAhfCFf4AXbs7S5xzr" alt="" width="375"><figcaption><p>Ваш BCC аккаунт</p></figcaption></figure></div>

#### **Параметры для блока "Ваш BCC аккаунт"**

<table><thead><tr><th width="247">Название строки</th><th>Параметр</th></tr></thead><tbody><tr><td><strong>Мерчант</strong></td><td>00000001</td></tr><tr><td><strong>Компонент Ключа 1</strong></td><td>690B5589573ACB3608DB7395A319B175</td></tr><tr><td><strong>Компонент Ключа 2</strong></td><td>02BBF98BB3411445D15498E2DC22E3E1</td></tr><tr><td><strong>Терминал</strong></td><td>88888881</td></tr></tbody></table>

### **Расширенные настройки**

Переходим к разделу "**Расширенные настройки**"

В строке "**Среда**", выбрать режим "**Test**"

<div align="left"><figure><img src="/files/DrfVSRvxeBJkL1CYbWWU" alt="" width="375"><figcaption><p>Расширенные настройки</p></figcaption></figure></div>

Далее заполняем все оставшиеся параметры

<table><thead><tr><th width="229">Название строки</th><th>Параметр</th></tr></thead><tbody><tr><td><strong>Название мерчанта</strong></td><td><a data-footnote-ref href="#user-content-fn-1">TOO "MERCHANT"</a></td></tr><tr><td><strong>GMT мерчанта</strong></td><td>+3</td></tr><tr><td><strong>Код валюты</strong></td><td>398</td></tr><tr><td><strong>Курс валюты:</strong></td><td>1</td></tr></tbody></table>

Приложение настроено для проведения платежей  в тестовом режиме

### **Тестовые платежи**

Переходим на витрину магазина, выбираем любой товар, добавляем его в корзину, переходим в корзину, оформляем заказа, вводим email, данные для доставки, выбираем способ доставки, переходим к выбору способа оплаты, выбираем **BCC.** Переходим на страницу оплаты.

{% hint style="warning" %}
Для проведения оплаты в тестовом режиме используйте тестовую карту ниже
{% endhint %}

#### **Тестовая карта**

<table><thead><tr><th width="197">Номер карты</th><th width="150">Месяц/год</th><th width="187">CVC/CVV</th><th width="100">Смс </th></tr></thead><tbody><tr><td>4463755551594568</td><td>04/25</td><td>965</td><td>1111</td></tr></tbody></table>

{% hint style="info" %}
Иногда при тестовой оплате могут выходить ошибки, для их решения читайте блок [ЧАВО](/ru/bcc/chavo/pri-oplate-vykhodit-oshibka-500-internal-server-error.md)
{% endhint %}

[^1]:


---

# 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.codpeller.com/ru/bcc/testovye-dannye.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.
