List Clerk billing statements
List billing statements in a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/billing/statementshttps://api.vee3.io/v1/clerk/billing/statements
List billing statements in a connected Clerk application.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.list_billing_statementsParameters4 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
paginatedbooleanOptionalWhether to return paginated results with total_count.
limitintegerOptionalMaximum number of billing statements to return (1–500).
Default: 10 · min 1, max 500
offsetintegerOptionalNumber of billing statements to skip before returning results.
Default: 0 · min 0
Response8 fields
billing_statementsarrayitems6 fieldsBilling statements in the connected Clerk application.
billing_statementsarrayitemsidstringClerk billing statement id.
statusstringStatement status.
timestampintegerUnix timestamp in milliseconds for the statement.
payer_idstringPayer id (user_... or org_...) for the statement.
grand_total_amountintegerGrand total amount in cents.
grand_total_currencystringISO currency code for the grand total.
total_countintegerTotal number of billing statements matching the query.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required