Get Clerk billing statement

Retrieve a billing statement by id from a connected Clerk application.

← All Clerk endpoints · Capability overview

GET/v1/clerk/billing/statements/{statement_id}

https://api.vee3.io/v1/clerk/billing/statements/{statement_id}

3 tokens

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_statement
Parameters2 fields
clerk_instance_idstringOptional

Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.

statement_idstringRequired

Clerk billing statement id.

Response7 fields
billing_statementobject
6 fields

Billing statement summary.

idstring

Clerk billing statement id.

statusstring

Statement status.

timestampinteger

Unix timestamp in milliseconds for the statement.

payer_idstring

Payer id (user_... or org_...) for the statement.

grand_total_amountinteger

Grand total amount in cents.

grand_total_currencystring

ISO currency code for the grand total.

HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required