Axra API Documentation

Axra API Documentation

Everything you need to integrate Axra payments into your application. Accept cards, manage disputes, and reconcile settlements through a single unified API.

Quick Start

Authenticate every request with your API key in the Authorization header:

bash
curl https://api.useaxra.com/api/v1/payments \
  -H "Authorization: Bearer sk_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 5000,
    "currency": "usd",
    "description": "Order #1234"
  }'

Base URL: https://api.useaxra.com/api/v1

Explore the API