Merchant Shop
Invoice

Order ID: crypto-3783

Item Total
Renew Service $ 100.00
Pay Total $ 100.00 USD
PAYMENT METHODS
BTC
ETH
LTC
+ 15 More
Awaiting Payment...
Recognize payment
Confirm on-chain
Mark invoice as paid
Payment Successful

Your payment has been received and confirmed.

Status Confirmed

Easy Integration

Start instantly with Arionpay.

Self-custody

You control your crypto, keys, and data.

No documents required

Start immediately without KYC.

Accept Crypto Payments for Growth

Plugins

Our crypto payment gateway can easily integrate into major CMS solutions like WooCommerce and WHMCS. If you have an online store and want to accept cryptocurrency payments, simply install one of our plugins.

Explore Plugins
Crypto and Fiat

Best API for Developers

Arionpay has a mature API with great documentation. Explore our guides and examples to integrate Arionpay.

Explore API
const crypto = require('crypto');
const axios = require('axios');

const apiKey = "pk_test_123";
const secret = "sk_live_secret";

const payload = {
    storeId: "651a...",
    amount: 100.00,
    currency: "USD",
    orderId: "ORD-1001"
};

const signature = crypto.createHmac('sha256', secret)
    .update(JSON.stringify(payload))
    .digest('hex');

axios.post(url, payload, {
    headers: { 'x-api-key': apiKey, 'x-signature': signature }
}).then(res => console.log(res.data));
$apiKey = "pk_test_123";
$secret = "sk_live_secret";

$data = [
    "storeId" => "651a...",
    "amount" => 100.00,
    "currency" => "USD"
];
$payload = json_encode($data);
$signature = hash_hmac('sha256', $payload, $secret);

$ch = curl_init($url);
curl_setopt($ch, CURLOPT_HTTPHEADER, [
    "x-api-key: $apiKey",
    "x-signature: $signature"
]);
import hmac, hashlib, json, requests

api_key = "pk_test_123"
secret = "sk_live_secret"

payload = {
    "storeId": "651a...",
    "amount": 100.00,
    "currency": "USD"
}
body = json.dumps(payload)
signature = hmac.new(secret.encode(), body.encode(), hashlib.sha256).hexdigest()

response = requests.post(url, data=body, headers={"x-api-key": api_key})
curl -X POST https://api.arionpay.com/api/v1/invoices \
  -H "Content-Type: application/json" \
  -H "x-api-key: pk_test_123" \
  -H "x-signature: SIGNATURE_HERE" \
  -d '{
    "storeId": "651a...",
    "amount": 100.00,
    "currency": "USD",
    "orderId": "ORD-1001"
  }'

Right solution for Every Industry

Streaming Service
Streaming Service
Adult
Adult
Online media
Online media
Gambling
Gambling
Gaming
Gaming
E-commerce
E-commerce
Online shopping
Online platforms
Merchants
Merchants
Cloud hosting
Cloud hosting
Hosting
Hosting
Charity
Charity
Real Estate
Real Estate
Traveling
Travel Industry
Car
Car Dealership
Crypto Brokers
Crypto Brokers
Crypto Exchanges
Crypto Exchanges
Investment Funds
Investment Funds
Legal and Consulting
Legal and Consulting

Developer Friendly API

Integrate our API using our Friendly API documentation to build a highly secure custom crypto payment.

Learn More

Customizable to your needs

Use our white-label gateway solution to perfectly align with your brand identity and specific business requirements.

White Label Gatway

No-Code Solutions

Generate Crypto Invoices, manage your Crypto Wallet, and share Payment Links instantly without writing a single line of code.

Create Crypto Invoice

Manage your money with exceptional privacy & security

The ArionPay Wallet is non-custodial: we don’t collect any personal data. Your funds are stored on your device, guaranteeing ultimate privacy and security.

Crypto Collection
Know what you’ll pay

Transparent Pricing

Standard

Up to $1,000 Volume

Pricing details

Start free. Pay only after you pass your free limit. Process your first $1,000 in transactions with 0% gateway fees.

$0

gateway fees

Growth

After $1,000 Usage

0.5%

per transaction

  • No monthly fees
  • Unlimited stores & transactions
  • Technical & Customer support
Enterprise

Over $1M Volume

Custom

volume discounts

Processing high-value operations? Unlock tailored transaction fees and dedicated account management for your business.

True Cost

ArionPay uses a non-custodial model with 0% price spreads and no withdrawal fees. See how much you save compared to custodial processors.