Axiym Account API
Use the Account API to view Axiym accounts, registered address book entries, and account activity; retrieve deposit instructions and track deposits; create and confirm withdrawals; and receive webhook notifications. The access token identifies the organization that owns every account, address book entry, deposit, withdrawal, and webhook subscription.
Deposit flow
- Retrieve the receiving details with
GET /accounts/{accountId}/deposit-instructions. - Send the funds from an
ACTIVEaddress book entry using those details. - Track the incoming payment with
GET /depositsandGET /deposits/{depositId}or deposit webhooks.
Withdrawal flow
- Select an
ACTIVEsource account and anACTIVEaddress book entry in the same currency. - Create the withdrawal with
POST /withdrawals. The response returns itswithdrawalIdinPENDING_CONFIRMATIONstatus. - Confirm that identifier with
POST /withdrawals/{withdrawalId}/confirmto begin execution. - Track the outcome with
GET /withdrawals/{withdrawalId}or withdrawal webhooks.
Downloads
OpenAPI contract
v0.3.0 · currentExplore the schema or generate a client for your integration.
Download OpenAPIPostman collection
v0.3.0 · currentImport ready-to-use requests and connect to the sandbox.
Download collectionEnvironments
Resources
Auth
OAuth 2.0 client credentials authentication.
Accounts
Axiym accounts, balances, and posted ledger activity.
Address Book
Registered external bank accounts and wallet addresses you own — the permitted deposit sources and withdrawal destinations.
Deposits
Incoming funds credited to your Axiym accounts.
Withdrawals
Outgoing payments from Axiym accounts to registered address book entries.
Webhook Subscriptions
Webhook subscription management and webhook public keys.