Get Clerk billing statement
Retrieve a billing statement by id from a connected Clerk application.
← All Clerk endpoints · Capability overview
/v1/clerk/billing/statements/{statement_id}https://api.vee3.io/v1/clerk/billing/statements/{statement_id}
Retrieve a billing statement by id from 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.get_billing_statementParameters2 fields
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
statement_idstringRequiredClerk billing statement id.
Response7 fields
billing_statementobject6 fieldsBilling statement summary.
billing_statementobjectidstringClerk 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.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required