Payouts

Payout

A Payout object is created when you receive funds from Axxonpay, or when an initiated payout succeeds or is created to either a bank account or debit card of your account.

Retrieve Payout

You can retrieve individual payouts, as well as list all payouts. Payouts are made on varying schedules, depending on your country and industry.

GET /v1/retrieve/payout/:payoutId

Retrieve Payouts

GET /v1/retrieve/payouts/
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/payouts', { headers });

Parameters

ParameterRequired/OptionalTypeDescription
NoneN/AN/AN/A.