Perfect Money
Quick Start
- Sign up at perfectmoney.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
Perfect Money payment integration
| Provider ID | perfect-money |
| Category | E-Wallets |
| Website | perfectmoney.com |
Configuration
Required Parameters
| Parameter | Description |
|---|---|
account_id | Account ID |
passphrase | PassPhrase |
payee_account | Payee Account |
Example Configuration
{
"provider": "perfect_money",
"provider_params": {
"account_id": "your_account_id_here",
"passphrase": "your_passphrase_here",
"payee_account": "your_payee_account_here"
}
}