Get a transaction by ID
Returns a single transaction. The transaction must belong to the organization associated with the API token. Requires the transactions:read scope.
Documentation Index
Fetch the complete documentation index at: https://docs.1club.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Customer API key obtained from the admin portal (e.g. 1club_sk_live_...)
Path Parameters
Transaction ID
Response
Transaction details
A billing transaction with amounts, payment status, and links to the originating booking or membership.
TransactionType enum value (e.g. booking_creation, membership_creation, product_sale, membership_recurrence, etc.).
pending, paid, void, failed, settled, overdue, partially_paid, refunded, cancelled Pre-tax amount. Serialized as a decimal string on the wire (e.g. "25.00") to preserve precision - parse rather than relying on JSON number behavior.
Tax portion. Serialized as a decimal string on the wire to preserve precision.
Total billed amount (amount + taxAmount). Serialized as a decimal string on the wire to preserve precision.