Skip to main content

Base URL

https://api.antonpayments.com

Authentication

All requests require an API key in the Authorization header:
Authorization: Bearer ak_live_your_key_here
Use ak_test_* keys for sandbox and ak_live_* keys for production. See Authentication for details.

Request format

  • Request bodies use Content-Type: application/json
  • All monetary amounts are strings (e.g., "500.00") to avoid floating-point precision issues
  • Dates use ISO 8601 format (2026-02-14T10:30:00Z)
  • IDs are prefixed strings (e.g., pay_, pye_, ins_, batch_)

Response format

All successful responses are wrapped in a data envelope:
Single resource
{
  "data": {
    "id": "pay_cng3q8s6ek9kc5qg1h2g",
    "status": "completed",
    "source_amount": "500.00"
  }
}
List response
{
  "data": [
    { "id": "pay_abc123" },
    { "id": "pay_def456" }
  ],
  "has_more": true,
  "next_cursor": "pay_def456"
}
See Pagination for details on cursor-based pagination.

Idempotency

Financial mutation endpoints (create payout, confirm batch, execute FX exchange) require an Idempotency-Key header. See Idempotency for details.

Rate limiting

Requests are rate-limited per merchant (1,000 requests/minute). Exceeding the limit returns 429 Too Many Requests with a Retry-After header.

Resources

ResourceEndpointDescription
Reference Data/v1/currencies, /v1/countries, /v1/payment-methodsSupported currencies, countries, and payment methods
Payouts/v1/payoutsCreate and track cross-border payouts
Payees/v1/payeesManage payout recipients
Instruments/v1/instrumentsPayment methods attached to payees
Balances/v1/balancesMerchant funding balances by currency
Accounts/v1/accountsFunding accounts and transaction history
Batches/v1/batchesBulk payout uploads via CSV/XLSX
Webhooks/v1/webhooksReal-time event notifications
Documents/v1/documentsUpload compliance documents
RFIs/v1/rfisRespond to compliance requests
Pricing/v1/pricingView pricing plans and fee quotes
FX/v1/fxForeign exchange quoting and conversion
Corridors/v1/corridorsAvailable payment corridors