Skip to main content

OPay

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

Overview

OPay payment integration

Provider IDopay
CategoryLocal Payment Methods
Websiteopayweb.com

Authentication

  • Method: Bearer token
  • Base URL: https://sandboxapi.opaycheckout.com/api/v1

Configuration

Required Parameters

ParameterDescription
merchant_idMerchant ID
public_keyPublic Key
private_keyPrivate Key

Example Configuration

{
"provider": "opay",
"provider_params": {
"merchant_id": "your_merchant_id_here",
"public_key": "your_public_key_here",
"private_key": "your_private_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
SUCCESScharged
PENDINGcharging
REFUNDrefunded
FAILEDrejected

API Reference

MethodEndpointDescription
POST/international/cashier/create
POST/international/cashier/query
POST/international/cashier/refund

Resources