Skip to main content

ecoPayz

Quick Start
  1. Sign up at ecopayz.com 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 ecoPayz →

Overview

ecoPayz payment integration

Provider IDecopayz
CategoryE-Wallets
Websiteecopayz.com

Authentication

  • Method: Basic Auth (Base64)
  • Base URL: https://www.ecopayz.com

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
merchant_passwordMerchant Password

Example Configuration

{
"provider": "ecopayz",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"merchant_password": "your_merchant_password_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
approvedcharged
pendingcharging
refundedrefunded
declinedrejected

API Reference

MethodEndpointDescription
POST/api/v1/checkouts
GET/api/v1/transactions/#{URI.encode(checkout_id)}
POST/api/v1/transactions/#{URI.encode(checkout_id)}/refunds

Resources