Skip to main content

CoinsPaid

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

Overview

CoinsPaid payment integration

Provider IDcoinspaid
CategoryCrypto & Blockchain
Websitecoinspaid.com

Authentication

  • Method: HMAC Signature

Configuration

Required Parameters

ParameterDescription
api_keyAPI Key
api_secretAPI Secret

Example Configuration

{
"provider": "coinspaid",
"provider_params": {
"api_key": "your_api_key_here",
"api_secret": "your_api_secret_here"
}
}

Status Mapping

Provider Status4pay StatusDescription
confirmedcharged
pendingcharging
not_confirmedcharging
cancelledrejected
errorrejected
expiredrejected

API Reference

MethodEndpointDescription
POSTinvoices/create
POSTinvoices/info

Resources