Skip to main content

Zotapay

Quick Start
  1. Sign up at zotapay.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 Zotapay →

Overview

Zotapay payment integration

Provider IDzotapay
CategoryCard Processors
Websitezotapay.com

Authentication

  • Method: HMAC Signature
  • Base URL: https://api.zotapay.com/api/v1

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
merchant_secret_keyMerchant Secret Key
endpoint_idEndpoint ID

Example Configuration

{
"provider": "zotapay",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"merchant_secret_key": "your_merchant_secret_key_here",
"endpoint_id": "your_endpoint_id_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
APPROVEDcharged
PENDINGcharging
REFUNDEDrefunded
DECLINEDrejected

API Reference

MethodEndpointDescription
POST/deposit/init/#{URI.encode(endpoint_id)}
POST/query/order/#{URI.encode(endpoint_id)}
POST/refund/init/#{URI.encode(endpoint_id)}

Resources