v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
Statement

Retrieves the collection of Statement resources.

Retrieves the collection of Statement resources.

get/statements

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

Statement collection

idstring
integrationstring

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

srcIdstring

Unique identifier for the customer e.g. "1"

customerFirstNamestring nullable

First name

customerLastNamestring nullable

Last name

customerCompanystring nullable

Company name

subscriptionIdstring nullable

Subscription Id

descriptionstring nullable

Description of the statement

transactionIdstring nullable

Transaction Id

eventIdstring nullable

Event Id

createdstring nullable

Date entry was created

Example response

[
  {
    "integration": "quickbooks"
  }
]