Retrieve a list of transactions

Returns a list of transactions. Optionally filter the transactions using parameters below.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum

Defaults to creation_date. You can use total_paid or total_due to sort by monetary amounts.

Allowed:
string
enum

If empty, defaults to ascending

Allowed:
date

Returns transactions created before this datetime

date

Returns transactions created after this datetime

string
enum

Filter by the transaction type: external_transaction or stripe_payment.

Allowed:
string
enum

Filter by the payment_method type used for the transaction. Use stripe to return stripe payments processed through Zenbooker. credit_card to return external credit card transaction recorded in Zenbooker. Or cash, check, or custom.

Allowed:
string
enum

succeeded, failed, voided. If empty, returns transactions with any status.

Allowed:
date

Return transactions with a recorded payment date before this datetime.

date

Return transactions with a recorded payment date after this datetime.

string

The ID of the customer to return transactions for.

string

Filter transactions based on the ID of the service territory.

int32
Defaults to 0

Pagination start

int32
Defaults to 20

The maximum number of results to return. If not specified, defaults to 20. Max is 100.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json