Skip to main content

List Transactions By Lead

GET 

/api/billing/leads/:lead_id/transactions

Get transactions for a specific lead.

Args: lead_id: Lead ID to filter transactions start_date: Optional start date filter (ISO format) end_date: Optional end date filter (ISO format) status: Optional status filter (succeeded, pending, failed, etc.) transaction_type: Optional type filter (charge, refund, etc.) limit: Maximum number of transactions to return offset: Number of transactions to skip

Returns: List of transactions for the lead

Request

Responses

Successful Response