Skip to main content

Eway

Quick Start
  1. Sign up at eway.io 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 Eway →

Overview

Eway — established Australian payment gateway. Supports Rapid API with Transparent Redirect and Responsive Shared Page modes. Pricing: 1.75% + AU$0.20.

Provider IDeway
CategoryCard Processors
Websiteeway.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

ParameterDescription
api_keyAPI Key
api_passwordAPI Password
base_urlBase 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 Status4pay StatusDescription
true (TransactionStatus)chargedPayment successful
false (TransactionStatus)rejectedPayment failed

Resources