# Payeer

Payeer **1. Registration and setup**

1. Log in to the system **Payeer** or create a new account.
2. Go to the **Profile → Verification** and complete the identity and company data verification procedure. The API will not work without this.

**2. Creating a merchant**

1. In the personal account menu open the section **API / Merchants**.
2. Click the **"Add"** and fill out the merchant creation form:
   * Project name (for internal reference).
   * The website domain through which payments will be processed.

<figure><img src="https://lara-script.gitbook.io/docs/~gitbook/image?url=https%3A%2F%2F2391054755-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FKqXT4jWa7TDQpKKq2Yaf%252Fuploads%252FZUZMSw39ZyNtHzSzyd8E%252F19.png%3Falt%3Dmedia&#x26;width=300&#x26;dpr=4&#x26;quality=100&#x26;sign=239edad8&#x26;sv=2" alt="" width="375"><figcaption></figcaption></figure>

1. After saving the record the system will generate **Merchant ID** and **Secret Key** — save them in a secure place.

**3. Setting up callback URLs**

<figure><img src="https://lara-script.gitbook.io/docs/~gitbook/image?url=https%3A%2F%2F2391054755-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FKqXT4jWa7TDQpKKq2Yaf%252Fuploads%252FApyFIPzbOmpt8WDH1CZ5%252F20.png%3Falt%3Dmedia&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=8cc279bd&#x26;sv=2" alt="" width="375"><figcaption></figcaption></figure>

Specify the links where Payeer will return operation statuses:

* **SUCCESS URL** — <https://YOUR\\_DOMAIN/merchant-payeer\\_success.html> (redirect after a successful payment).
* **FAIL URL** — <https://YOUR\\_DOMAIN/merchant-payeer\\_fail.html> (redirect in case of an error or cancellation).
* **STATUS URL / RETURN URL** — <https://YOUR\\_DOMAIN/merchant-payeer\\_status.html> (handler for notifications from Payeer).

Replace DOMAIN with the domain name of your exchange service

**4. Domain verification**

To protect against request spoofing, Payeer requires confirming site ownership. This can be done by uploading an HTML file to the root of the site

Or by adding a TXT record in the DNS settings of Cloudflare, which is what we recommend.

**5. Completion and moderation**

1. After filling in all the data submit the “store” for review.
2. Wait for moderation confirmation from Payeer.
3. After successful moderation copy the Shop id: , Secret Key: and Additional hash key, paste them into the corresponding sections in the admin panel under **Merchants - Payeer**, and you will be able to accept payments through the Payeer system if you use the corresponding settings in currencies or direction.
