💳

eWAY Payment Gateway

Complete guide to integrating eWAY Australia/New Zealand payment solutions

E

eWAY - ANZ Payment Leader

Trusted payment solutions for Australia and New Zealand

🌏 ANZ Focus

  • • Australia & New Zealand
  • • Local acquiring banks
  • • AUD & NZD currencies
  • • Regional compliance

💳 Payment Options

  • • Credit & Debit Cards
  • • Apple Pay & Google Pay
  • • Transparent Redirect
  • • Responsive Shared Page

🔑 How to Create eWAY Account

1

Sign Up for eWAY

Visit eWAY Signup and create a new account.

2

Complete Business Verification

Provide business documentation and complete the verification process.

3

Access MyeWAY

Log into your MyeWAY Dashboard to access API credentials.

4

Get API Credentials

Navigate to "Developer" section to get your API key and password.

⚙️ Environment Configuration

Add these environment variables to your .env file:

APP_EWAY_API_KEY="your_api_key" APP_EWAY_PASSWORD="your_password" APP_EWAY_SANDBOX="true"

Note: Set SANDBOX to "false" for production environment.

🔌 API Endpoints

POST /api/finance/deposit/fiat/eway/

Creates eWAY payment with Transparent Redirect

Request Body:

{ "amount": 100.00, "currency": "AUD", "customer": { "first_name": "John", "last_name": "Doe", "email": "john@example.com" } }
POST /api/finance/deposit/fiat/eway/verify

Verifies eWAY payment status using access code

GET /api/finance/deposit/fiat/eway/status

Checks eWAY payment status by transaction ID

✨ Supported Features

Payment Methods

  • Visa & Mastercard
  • American Express
  • Diners Club
  • Apple Pay & Google Pay

Supported Currencies

  • AUD (Australian Dollar)
  • NZD (New Zealand Dollar)
  • USD (US Dollar)
  • EUR (Euro)