ecoPayz
Quick Start
- Sign up at ecopayz.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
ecoPayz payment integration
| Provider ID | ecopayz |
| Category | E-Wallets |
| Website | ecopayz.com |
Authentication
- Method: Basic Auth (Base64)
- Base URL:
https://www.ecopayz.com
Configuration
Required Parameters
| Parameter | Description |
|---|---|
merchant_id | Merchant ID |
merchant_password | Merchant Password |
Example Configuration
{
"provider": "ecopayz",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"merchant_password": "your_merchant_password_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
approved | charged | |
pending | charging | |
refunded | refunded | |
declined | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v1/checkouts | |
| GET | /api/v1/transactions/#{URI.encode(checkout_id)} | |
| POST | /api/v1/transactions/#{URI.encode(checkout_id)}/refunds |