Built for global AI teams

Pay your AI experts — anywhere they are.

Deccan's expert network spans the world. Airtm makes sure every one of them gets paid instantly, in their local currency, through the method they prefer — no matter what country they're in.

190+ countries 500+ payout methods 3M+ people on Airtm Minutes, not days

Trusted by some of the largest players in AI and global talent

Scale AI Scale AI
Dots
Tech Mahindra
Microworkers
Breaking Barriers
How it works

Four steps. Experts paid worldwide.

From a single API call or a CSV upload — your experts receive money in their country, in their currency, in minutes.

1

Upload your list

Send a CSV with your experts' emails, amounts, and countries — or call our batch API.

2

Experts receive dollars

Each person gets USD in their Airtm wallet instantly — no bank account required to receive.

3

We route to local currency

Airtm routes each expert's cash-out to the best available rail in their country — bank, UPI, mobile money, or cash.

4

You get confirmation

Real-time status updates via webhook or dashboard. Full audit trail per payment.

Interactive demo

See how Deccan would pay its expert network.

Walk through the actual payout flow — download the CSV template, review the payment batch, and see what your experts experience.

Deccan.ai — Expert Payment Portal · Powered by Airtm
🌍 Coverage
📤 Bulk Payout
Payments
Bulk Upload
Coverage Explorer
History
Transaction Log
Settings
API Keys
Coverage Explorer
Live rates & payout methods — powered by rates.airtm.io
Loading…
Country / CurrencyPayout methodsBuy rate (USD→local)Cash-out rate
⏳ Loading live rates…
Product features

Everything you need to pay a global expert network.

Bulk CSV payments

Pay hundreds or thousands of experts in a single upload. One row per expert — we handle the rest, country by country.

REST API

Trigger individual or batch payments programmatically. Automate payouts from your existing systems with a single API call.

Instant wallet receipt. <6 min cash-out.

USD lands in each expert's Airtm wallet instantly — no waiting, no batch delays. Local currency cash-out via bank, UPI, or mobile money completes in under 6 minutes in supported markets.

Real-time status & webhooks

Know the moment each payment is delivered. Get webhook events per transaction or monitor your full batch in the dashboard.

Compliance built-in

KYC, AML, and sanctions screening handled at the recipient level. You send; we ensure it's clean and compliant end-to-end.

Full audit trail

Every payment is logged with timestamps, routing details, and recipient confirmation — ready for finance and reconciliation.

Competitive rates

Your experts keep more of what they earn.

Airtm offers some of the most competitive USD→local rates available, with no hidden fees. What you send is what arrives — transparent, predictable, and fair.

🇮🇳
India — INR
UPI · IMPS · Bank transfer
₹97.24 / USD
⚡ Instant via UPI
🇯🇵
Japan — JPY
Bank transfer
¥157 / USD
⚡ Same day
🇵🇭
Philippines — PHP
GCash · Bank transfer
₱57.95 / USD
⚡ Instant via GCash
🇹🇭
Thailand — THB
PromptPay · Bank transfer
฿30.28 / USD
⚡ Instant via PromptPay
No hidden fees. No surprises.
The rate your expert sees is the rate they receive. Airtm charges a transparent spread — no wire fees, no FX markups buried in fine print. Live rates above update in real time from rates.airtm.io.
Country & payout coverage

Your key markets — and everywhere else.

Airtm reaches 190+ countries. Below are the markets Deccan.ai mentioned — each with their most popular local payout methods.

Beyond your core markets — Airtm reaches 190+ countries and 500+ local payout methods globally. Wherever your expert network grows, we're already there.

🌏 APAC · 40+ countries 🌍 Africa · 50+ countries 🌎 Latin America · 20+ countries 🌐 Middle East · 15+ countries 🇪🇺 Europe · 40+ countries + more
Developer-ready

Integrate once. Pay anyone, forever.

Trigger payouts directly from your platform with Airtm's enterprise REST API. One integration — all 190+ countries, no extra work.

Batch payments endpoint

POST a list of up to 10,000 recipients in one call. Each gets routed and delivered independently.

Webhook events

Receive real-time delivery confirmations, failure alerts, and status updates per payment to your endpoint.

Balance & recipient management

Query your enterprise balance, manage pre-registered recipients, and pull full transaction history via API.

Sandbox environment

Test the full payment flow in our sandbox before going live. No real money, full API parity.

POST /v2/bulk-payouts application/json
{
  "payouts": [
    {
      "airtmUserEmail": "akira.tanaka@deccan.example",
      "amount": 280.00,
      "notes": "SFT coding batch · Jun 2026",
      "code": "DECCAN-JP-001"
    },
    {
      "airtmUserEmail": "priya.sharma@deccan.example",
      "amount": 260.00,
      "notes": "Agentic coding eval",
      "code": "DECCAN-IN-001"
    }
    // ... up to 10,000 recipients
  ]
}
Response 200 OK
{
  "id": "btch_9Xk2mP7rQvTa",
  "status": "PENDING",
  "total": 8,
  "totalAmount": 1875.00,
  "paidAmount": 0,
  "createdAt": "2026-06-08T18:00:00.000Z"
}