# Gym disbursements Disbursement payments made to your club Endpoint: GET /financial/disbursements Version: 1.0 Security: OAuth2 ## Query parameters: - `fromdate` (string) Filter disbursements by payment date and time. Example: "2024-08-24T00:00:00" - `offset` (integer) The index of the first result to return. Use with limit to get the next page of search results. - `limit` (integer) The maximum number of results to return. ## Header parameters: - `x-api-key` (string, required) Api key per club provided to you by Clubfit ## Response 200 fields (application/json): - `href` (string) Current API URL Example: "https://api.clubfit.net.au/v1/financial/disbursement" - `next` (string) Next API URL to retrieve the next page Example: "https://api.clubfit.net.au/v1/financial/disbursement?limit=500&offset=500" - `data` (array) - `data.DisbursementDate` (string) Example: "2000-01-02T00:00:00" - `data.TransactionDate` (string) Example: "2000-01-01T00:00:00" - `data.Amount` (number) Example: 22.95 - `data.MemberNumber` (string) Example: "Ab1234" - `data.Department` (string) Example: "Gym" - `data.PaymentType` (string) Example: "CC" - `data.Breakdown` (object) - `data.Breakdown.Membership` (number) Membership fee - `data.Breakdown.AccessCard` (number) Access card fee - `data.Breakdown.Surcharge` (number) Surcharge fee - `data.Breakdown.Joining` (number) Joining fee - `data.Breakdown.Setup` (number) Setup fee - `data.Breakdown.Transaction` (number) Transaction fee - `data.Breakdown.Subscription` (number) Subscription fee - `data.Breakdown.Arrears` (number) Arrears fee - `data.Breakdown.Prorata` (number) Pro Rata fee - `data.Breakdown.Dishonour` (number) Dishonour fee - `data.Breakdown.Suspension` (number) Suspension fee - `data.Breakdown.Pos` (number) Pos transaction - `data.Breakdown.AddOn` (number) AddOn fee - `data.Breakdown.Cancellation` (number) Cancellation fee - `data.Breakdown.ClassNoShow` (number) Class no show fee - `data.Breakdown.PtNoShow` (number) Pt no show fee