Skip to main content

Perfect Money

Quick Start
  1. Sign up at perfectmoney.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 Perfect Money →

Overview

Perfect Money payment integration

Provider IDperfect-money
CategoryE-Wallets
Websiteperfectmoney.com

Configuration

Required Parameters

ParameterDescription
account_idAccount ID
passphrasePassPhrase
payee_accountPayee Account

Example Configuration

{
"provider": "perfect_money",
"provider_params": {
"account_id": "your_account_id_here",
"passphrase": "your_passphrase_here",
"payee_account": "your_payee_account_here"
}
}

Resources