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.
Trusted by some of the largest players in AI and global talent
From a single API call or a CSV upload — your experts receive money in their country, in their currency, in minutes.
Send a CSV with your experts' emails, amounts, and countries — or call our batch API.
Each person gets USD in their Airtm wallet instantly — no bank account required to receive.
Airtm routes each expert's cash-out to the best available rail in their country — bank, UPI, mobile money, or cash.
Real-time status updates via webhook or dashboard. Full audit trail per payment.
Walk through the actual payout flow — download the CSV template, review the payment batch, and see what your experts experience.
Pay hundreds or thousands of experts in a single upload. One row per expert — we handle the rest, country by country.
Trigger individual or batch payments programmatically. Automate payouts from your existing systems with a single API call.
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.
Know the moment each payment is delivered. Get webhook events per transaction or monitor your full batch in the dashboard.
KYC, AML, and sanctions screening handled at the recipient level. You send; we ensure it's clean and compliant end-to-end.
Every payment is logged with timestamps, routing details, and recipient confirmation — ready for finance and reconciliation.
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.
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.
Trigger payouts directly from your platform with Airtm's enterprise REST API. One integration — all 190+ countries, no extra work.
POST a list of up to 10,000 recipients in one call. Each gets routed and delivered independently.
Receive real-time delivery confirmations, failure alerts, and status updates per payment to your endpoint.
Query your enterprise balance, manage pre-registered recipients, and pull full transaction history via API.
Test the full payment flow in our sandbox before going live. No real money, full API parity.
{
"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
]
}
{
"id": "btch_9Xk2mP7rQvTa",
"status": "PENDING",
"total": 8,
"totalAmount": 1875.00,
"paidAmount": 0,
"createdAt": "2026-06-08T18:00:00.000Z"
}