RecurringCharge
Retrieves the collection of RecurringCharge resources.
Retrieves the collection of RecurringCharge resources.
get/recurring_charges
Query parameters
pageinteger
The collection page number
itemsPerPageinteger
The number of items per page
Response
RecurringCharge collection
Example response
[
{
"integration": "quickbooks",
"name": "Monthly Rental",
"srcId": "982000000567240",
"apiClientId": "aa2e-87c43f2a32a9",
"price": 1200,
"status": "Pending",
"returnUrl": "www.example.com",
"billingDate": "2021-07-28",
"created": "2021-07-28 00:00:00",
"modified": "2021-07-28 00:00:00",
"activationDate": "2021-06-28",
"cancellationDate": "2021-08-28",
"trialDays": 12,
"trialEndsOn": "2021-07-09",
"decoratedReturnUrl": "https://www.example.com"
}
]