Eway
Quick Start
- Sign up at eway.io 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
Eway — established Australian payment gateway. Supports Rapid API with Transparent Redirect and Responsive Shared Page modes. Pricing: 1.75% + AU$0.20.
| Provider ID | eway |
| Category | Card Processors |
| Website | eway.io |
Supported currencies: AUD, NZD, USD, EUR, GBP
Supported operations: charge, refund, partial_refund
Authentication
- Method: Basic Auth (
api_key:api_password) - Base URL:
https://api.ewaypayments.com
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
api_password | API Password |
base_url | Base URL API |
Example Configuration
{
"provider": "eway",
"provider_params": {
"api_key": "your_api_key_here",
"api_password": "your_api_password_here",
"base_url": "https://api.ewaypayments.com"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
true (TransactionStatus) | charged | Payment successful |
false (TransactionStatus) | rejected | Payment failed |