Balance

Balance

This is an object representing your Axxonpay balance. You can retrieve it to see the balance currently on your Axxonpay account.

Retrieve Balance

You can also retrieve the balance amounts, which contains a list of transactions that contributed to the balance (charges, payouts, and so forth).

GET /v1/retrieve/balance/
const axios = require('axios');
 
const headers = {
  authorization: 'key_<Your-Key>'
};
 
// Make the GET request
const response = await axios.get('https://<axxonpay-url-gateway>/v1/retreive/balance', { headers });

Parameters

ParameterRequired/OptionalTypeDescription
NoneN/AN/AN/A.