CoinsPaid
Quick Start
- Sign up at coinspaid.com and obtain API credentials
- Create a terminal in the Admin Console with the parameters below
- Start processing — the adapter is pre-built and ready to use
Overview
CoinsPaid payment integration
| Provider ID | coinspaid |
| Category | Crypto & Blockchain |
| Website | coinspaid.com |
Authentication
- Method: HMAC Signature
Configuration
Required Parameters
| Parameter | Description |
|---|---|
api_key | API Key |
api_secret | API Secret |
Example Configuration
{
"provider": "coinspaid",
"provider_params": {
"api_key": "your_api_key_here",
"api_secret": "your_api_secret_here"
}
}
Status Mapping
| Provider Status | 4pay Status | Description |
|---|---|---|
confirmed | charged | |
pending | charging | |
not_confirmed | charging | |
cancelled | rejected | |
error | rejected | |
expired | rejected |
API Reference
| Method | Endpoint | Description |
|---|---|---|
| POST | invoices/create | |
| POST | invoices/info |