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.

  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

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.

Last updated