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 — crypto-to-fiat exchange bridge. Supports on-ramp (fiat to crypto) and off-ramp (crypto to fiat). Widget-based integration.

Provider IDmercuryo
CategoryCrypto & Blockchain
Websitemercuryo.io

Authentication

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

Supported currencies: BTC, ETH, USDT, USDC, BNB, SOL, USD, EUR


Configuration

Required Parameters

ParameterDescription
widget_idWidget ID
secret_keySecret Key
api_keyAPI 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