List Transactions
GET/api/billing/transactions
Get transactions from local database for the current tenant.
Args: 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.) customer_id: Optional customer ID filter limit: Maximum number of transactions to return offset: Number of transactions to skip
Returns: List of transactions from local database
Request
Responses
- 200
- 422
Successful Response
Validation Error