v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
ApplicationCharge

Retrieves a ApplicationCharge resource.

Retrieves a ApplicationCharge resource.

get/application_charges/{id}

Path parameters

idstring required

Resource identifier

Response

ApplicationCharge resource

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"
}