Skip to main content

OpenNode

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

Overview

OpenNode — Cryptocurrency payments

Provider IDopennode
CategoryCrypto & Blockchain
Websiteopennode.com

Supported operations: Create Charge (payments_authorize) Get Charge Status (payments_status)


Authentication

Method: API Key
Header format:

Authorization: {api_key}

Example:

Authorization: api_key_abc123xyz

⚠️ Important: API key transmitted directly without prefix "Bearer"!


Configuration

Required Parameters

ParameterDescription
base_urlBase API URL
api_keyAPI Key for authorization
callback_urlURL for webhooks (optional)
auto_settleAutomatic cryptocurrency conversion (by default: true)

Status Mapping

Provider Status4pay StatusDescription
paidChargedPayment received and confirmed
expiredFailureInvoice expired
refundedRefundedFunds returned
underpaidAuthenticationPendingInsufficient payment amount
unpaidAuthenticationPendingAwaiting payment
processingAuthenticationPendingPayment is processing

Resources