GET
Get Balance
Returns the merchant's current and available balance. The merchantId query parameter is required — requests without it return 400. Check available balance before creating payouts to avoid INSUFFICIENT_BALANCE errors.
https://axiron.io/v2/balanceAuthenticate every request
Include your Bearer token and HMAC-SHA256 signature. Authentication guide →
Query parameters#
merchantIdstring (query)requiredYour merchant ID, passed as a query string parameter (e.g. ?merchantId=MERCHANT_ID). Required — the endpoint returns 400 if omitted.
ExampleMERCHANT_IDNeed help with your integration?Contact the team