v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
ApplicationCharge

Retrieves the collection of ApplicationCharge resources.

Retrieves the collection of ApplicationCharge resources.

get/application_charges

Query parameters

pageinteger

The collection page number

itemsPerPageinteger

The number of items per page

Response

ApplicationCharge collection

idstring
integrationstring

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

srcIdstring

Unique identifier for each charge

namestring

Name of the application charge

apiClientIdstring

The API key for the app

priceinteger

The price of the application charge

statusstring nullable

The status of the application charge e.g. "pending" e.g. "accepted" e.g. "active"

returnUrlstring nullable

The URL the merchant is redirected after accepting a charge

createdstring

The date and time the application charge was created

modifiedstring nullable

The date and time the application charge was modified

chargeTypestring nullable

The type of charge induced

decoratedReturnUrlstring nullable

The display URL where the merchant is redirected after accepting a charge

Example response

[
  {
    "integration": "quickbooks"
  }
]