All Payments

Retreive Payments

Use the Retrieve API to retreive a payment. A Created Payments has an ID used to request payment.

Retrieve All Payments

Retrieves the details of a payments that has previously been created. Supply the unique payments ID that was returned from your previous request, and Axxonpay will return the corresponding payments information. The same information is returned when creating or refunding the payments.

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

Parameters

ParameterRequired/OptionalTypeDescription
NoneNoneN/AN/A