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
Authentication
API keys, bearer tokens, and securing your requests.
Payments
Create and manage payment intents, captures, and refunds.
Checkout Sessions
Pre-built hosted checkout pages for accepting payments quickly.
3DS Authentication
Implement 3D Secure flows for SCA-compliant card transactions.
Webhooks
Receive real-time notifications for payment events.
Disputes
Handle chargebacks, evidence submission, and dispute lifecycle.
Settlements
Track settlement cycles, payouts, and reconciliation.
Error Codes
Comprehensive list of API error codes and how to handle them.