Skip to main content

Mercuryo

Quick Start
  1. Sign up at mercuryo.io 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 Mercuryo →

Overview

Mercuryo payment integration

Provider IDmercuryo
CategoryCrypto & Blockchain
Websitemercuryo.io

Authentication

  • Method: HMAC Signature
  • Base URL: https://api.mercuryo.io/

Configuration

Required Parameters

ParameterDescription
widget_idWidget ID
secret_keySecret Key

Example Configuration

{
"provider": "mercuryo",
"provider_params": {
"widget_id": "your_widget_id_here",
"secret_key": "your_secret_key_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
paidcharged
completedcharged
succeededcharged
pendingcharging
order_scheduledcharging
waitingcharging
newnew
refundedrefunded
failedrejected
cancelledrejected
descriptor_failedrejected

API Reference

MethodEndpointDescription
POSTv1/sdk-partner/transaction
GETv1/sdk-partner/transactions/#{outer_id}

Resources