Installation
Quick start
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
api_key | str | required | Your secret API key |
base_url | str | https://api.useaxra.com | API base URL |
api_version | str | 2026-04-15 | Sent as Axra-Version header |
max_network_retries | int | 2 | Automatic retries on 5xx |
timeout_seconds | float | 60.0 | Request timeout |
Local-rail payouts
client.payouts and client.recipients send outbound local-rail payouts. Pay a saved recipient by recipient_id, or pass recipient= inline to create + screen + pay in a single call. See Local-rail payouts for corridors and recipient fields.
| Method | Description |
|---|---|
client.payouts.quote(...) | Lock an FX quote (60s) for a local-rail payout |
client.payouts.create(...) | Confirm a payout — saved recipient_id or inline recipient |
client.payouts.get(id) / client.payouts.list(...) | Retrieve / list payouts |
client.recipients.create(...) | Save a reusable payout recipient |
