Complete guide to integrating eWAY Australia/New Zealand payment solutions
Trusted payment solutions for Australia and New Zealand
Visit eWAY Signup and create a new account.
Provide business documentation and complete the verification process.
Log into your MyeWAY Dashboard to access API credentials.
Navigate to "Developer" section to get your API key and password.
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/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"
}
}
/api/finance/deposit/fiat/eway/verify
Verifies eWAY payment status using access code
/api/finance/deposit/fiat/eway/status
Checks eWAY payment status by transaction ID