List Clerk billing statement payment attempts
List payment attempts for a billing statement.
← All Clerk endpoints · Capability overview
/v1/clerk/billing/statements/{statement_id}/payment-attemptshttps://api.vee3.io/v1/clerk/billing/statements/{statement_id}/payment-attempts
List payment attempts for a billing statement.
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_statement_payment_attemptsParameters5 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 payment attempts to return (1–500).
Default: 10 · min 1, max 500
offsetintegerOptionalNumber of payment attempts to skip before returning results.
Default: 0 · min 0
statement_idstringRequiredClerk billing statement id.
Response7 fields
payment_attemptsarrayitems5 fieldsPayment attempts for the billing statement.
payment_attemptsarrayitemsidstringClerk billing payment attempt id.
statusstringPayment attempt status.
timestampintegerUnix timestamp in milliseconds for the payment attempt.
amountintegerPayment attempt amount in cents.
currencystringISO currency code for the payment attempt.
total_countintegerTotal number of payment attempts for the statement.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required