Skip to main content

Payeer

Quick Start
  1. Sign up at payeer.com and obtain API credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to Payeer →

Overview

Payeer payment integration

Provider IDpayeer
CategoryE-Wallets
Websitepayeer.com

Configuration

Required Parameters

ParameterDescription
accountAccount
api_idAPI ID
api_keyAPI Key

Example Configuration

{
"provider": "payeer",
"provider_params": {
"account": "your_account_here",
"api_id": "your_api_id_here",
"api_key": "your_api_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
successcharged
pendingcharging
failrejected

Resources