One API. Every payment method.
Every geography.
REST + Webhooks + WebSocket gateway. OpenAPI 3.0 spec, sandbox keys, idempotency built in.
Arapay is payment infrastructure built for industries that need global reach: gambling, betting, crypto, forex, gaming and adult. Fast integration, high approval rates, and live support across 50+ countries.
No deposits. No frozen funds. Real, confirmed settlements only.
Hover a flag or drag the globe - countries highlighted in cyan are live
Trusted across 14+ local payment rails
Countries live
Payment sources
Average approval
Platform uptime
Why Arapay
The reliability and reach modern merchants need - without the friction of traditional providers.
REST + Webhooks + WebSocket gateway. OpenAPI 3.0 spec, sandbox keys, idempotency built in.
Smart routing across hundreds of payment sources with cascade retry on failure. Every legitimate conversion captured.
Live in 50+ countries across CIS, LatAm, South Asia, Türkiye and Europe - with new geos every month.
Real engineers via live chat. Average first response under 8 minutes. No tickets, no scripts.
AES-256-GCM card encryption, HMAC-signed webhooks, double-entry ledger and IP whitelisting.
OpenAPI 3.0 spec, idempotency keys, typed errors, a real changelog. Built by engineers.
Who Arapay is for
Whatever your vertical, we have a payment rail tuned for it - with local methods that actually convert.
Online casinos, slots, live dealer platforms. High-volume payouts handled smoothly.
Bookmakers, fantasy sports, prediction markets - with instant settlements.
On/off-ramp services, exchanges, trading platforms - fiat ↔ crypto bridge.
CFD brokers, prop firms, signal services. Compliant flows and fast settlements.
In-game currency, skin marketplaces, subscriptions, esports prize pools.
Subscription dating, content platforms, premium memberships.
vs the others
Built specifically for high-risk verticals. None of the friction. None of the rejections.
Available GEOs
Live in 14 countries today, with new GEOs shipping every month. We focus on markets where local rails are tricky and competitor processors struggle.
How it works
Tell us about your project - volume, vertical, target geos. Five minutes, one form.
Engineer-to-engineer kick-off call covering integration spec, sandbox keys and webhook signing.
REST API or webhook-only mode. Copy our examples, swap your callback URL, you're live.
Real money, real customers, real settlements. We monitor your first 100 transactions side-by-side.
$ curl -X POST https://api.arapay.net/api/order/v1/merchant/orders \
-H "X-Api-Key: ak_live_•••••••" \
-H "Content-Type: application/json" \
-d '{
"amount": "5400.00",
"currency": "BRL",
"method": "PIX",
"callback_url":"https://merchant.io/cb",
"external_id": "ord_92f1a3"
}'
{
"order_id": "ord_01HXM7A2VK9G2BQ8FZ7K4N0P3R",
"status": "pending",
"expires_at": "2026-05-26T03:54:18Z",
"payment_link": "https://pay.arapay.net/p/9zq..."
}
# 14 seconds later, your webhook fires:
POST https://merchant.io/cb
{ "event": "order.paid", "amount": "5400.00", ... }Live activity
A live, simulated stream from across the supported geos.
Security
Payment infrastructure isn't only about speed. It's the part where you and your compliance team both sleep at night.
Card data never leaves the requisite service in plaintext. Keys rotate monthly, master key in HashiCorp Vault.
Every callback signed with your secret. Replay-protected. Idempotent per order_id.
Every transaction passes through a double-entry bookkeeping ledger. Reconciliations are automatic, discrepancies surface immediately.
Admin API limited to allowed IP ranges. Merchant API 100/min per IP, 1000/min per key. Trader API 60/min per user.
FAQ
Most merchants are accepting real payments within a single business day. The technical integration itself takes about 2 hours: REST API or webhook-only mode, copy our examples, swap your callback URL.
Gambling, sports betting, crypto on/off-ramps, forex, prop firms, gaming, dating and adult. If a traditional PSP keeps rejecting your MCC, we are almost certainly a fit.
No. There are no security deposits, no rolling reserves, no holdbacks. You only ever see real, confirmed settlements.
Card data is encrypted with AES-256-GCM and never leaves the requisite service in plaintext. Webhooks are HMAC-signed with your secret. Every transaction passes through a double-entry ledger.
Smart routing automatically cascades to the next requisite. The merchant only sees a single confirmation event - we hide the retry mechanics.
14 countries live today: Brazil, Mexico, Argentina, Ukraine, Kazakhstan, Uzbekistan, Azerbaijan, Kyrgyzstan, India, Pakistan, Bangladesh, Türkiye, Germany, UK, France. More shipping every month.
Get started
Drop your details. An engineer reaches out within the hour during business hours - no sales script, no demo request, no nonsense.