---
title: "List all Job Payments"
method: GET
path: "/jobpayment.json"
tags: ["Job Payments"]
---

# List all Job Payments

`GET /jobpayment.json`

#### Filtering
This endpoint supports result filtering. For more information on how to filter this request, [go here](/docs/filtering).
			
			
#### OAuth Scope
This endpoint requires the following OAuth scope **read_job_payments**.

## Response `200`

An array of Job Payments

- JobPayment[]
  - `job_uuid` string, uuid — UUID of the job this payment is associated with. Each payment must be linked to a valid job in the system.
  - `actioned_by_uuid` string, uuid — UUID of the staff member who recorded or processed this payment. Used for tracking which staff member handled the transaction.
  - `timestamp` string — The date and time when this payment was recorded or processed. Format is YYYY-MM-DD HH:MM:SS. Used for payment reconciliation and reporting.
  - `amount` string — The payment amount in the account's currency.
  - `method` string — The payment method used for this transaction. Examples include 'Cash', 'Credit Card', 'Bank Transfer', 'Stripe', etc.
  - `note` string — Optional text field for storing additional information about the payment. Can be used to record reference numbers, transaction IDs, or other payment-specific details.
  - `attachment_uuid` string, uuid — UUID linking to a stored attachment related to this payment, such as a receipt image. This is an optional reference to an Attachment record.
  - `uuid` string, uuid — Unique identifier for this record
  - `active` 0 | 1 — Record active/deleted flag. Valid values are [0,1]
  - `edit_date` string — Timestamp at which record was last modified
  - `is_deposit` 0 | 1 — Boolean flag indicating whether this payment represents a deposit against future work (true) rather than a payment for completed work (false). Read-only in the API. (Read only). Valid values are [0,1]

## Other responses

- `400` — Bad Request - The request is malformed or contains invalid parameters
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - You don't have permission to access this resource
- `429` — Too Many Requests - You have exceeded the rate limit
- `500` — Internal Server Error - An unexpected error occurred on the server

---

[API](https://skmtc.net/servicem8/apis/servicem8-api.md) · [All operations](https://skmtc.net/servicem8/apis/servicem8-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/servicem8/servicem8-api/revisions/53ede60e3653/schema)
