Aging Reports

The Aging Report objects

❗️

Beta API Versions

API versions labelled as Beta are not subject to our standard versioning policy. As such, they may undergo small breaking changes until they are transitioned to the stable version. We encourage you to exercise caution when using Beta API versions and take the necessary steps to ensure a smooth integration into your applications

From the AP Aging endpoint, you can retrieve the AP Aging Details for a specified business. See AP Aging endpoint for more details.

FieldTypeDescription
vendorRef
sortable, filterable
Reference TypesReference to the vendor that is owed the money.
currencystringISO-4217 currency code of the amount owed to the vendor.
current
sortable, filterable
decimalTotal account payables currently past due.
dpd30
sortable, filterable
decimal Total account payables 1-30 days past due.
dpd60
sortable, filterable
decimalTotal account payables 31-60 days past due.
dpd90
sortable, filterable
decimalTotal account payables 61-90 days past due.
dpd90+
sortable, filterable
decimalTotal account payables 91+ days past due.
total
sortable, filterable
decimalTotal account payables past due.

The AR Aging Object

From the AR Aging endpoint, you can retrieve the AR Aging Details for a specified business. See AR Aging endpoint for more details.

FieldTypeDescription
customerRef
sortable, filterable
Reference TypesReference to the customer that owes the money.
currencystringISO-4217 currency code of the amount owed by the customer.
current
sortable, filterable
decimalTotal account receivables currently past due.
dpd30
sortable, filterable
decimal Total account receivables 1-30 days past due.
dpd60
sortable, filterable
decimalTotal account receivables 31-60 days past due.
dpd90
sortable, filterable
decimalTotal account receivables 61-90 days past due.
dpd90+
sortable, filterable
decimalTotal account receivables 91+ days past due.
total
sortable, filterable
decimalTotal account receivables past due.

How to - User Guide

Step-by-step guide on utilizing this endpoint.