v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
ApplicationCredit

Retrieves the collection of ApplicationCredit resources.

Retrieves the collection of ApplicationCredit resources.

get/application_credits

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

ApplicationCredit collection

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

srcIdstring

Unique identifier for each application credit

amountinteger

Amount refunded by the application credit

descriptionstring nullable

A description of the application credit

Example response

[
  {
    "integration": "quickbooks"
  }
]