---
title: "List stop payments"
method: GET
path: "/accounts/stop_payments"
tags: ["Accounts"]
---

# List stop payments

`GET /accounts/stop_payments`

List stop payments associated with account

## Query parameters

- `transaction_id` string[]
- `originator_name` string[]
- `account_id` string[]
- `stop_payment_id` string[]

## Response `200`

list of stop payments

- StopPaymentList
  - `stop_payments` StopPaymentResponseWAccount[], required
    - `dispute_id` string, uuid — ID of the dispute that created the stop payment
    - `expires_on` string, date-time — The date when this stop payment is no longer valid. This is only for business accounts.
    - `originator_name` string, required — Name of the originator
    - `stop_payment_id` string, uuid, required
    - `transaction_id` string, uuid — If this stop payment was created from a disputed transaction, transaction_id references the posted transaction.
    - `account_id` string, uuid
    - `creation_time` string, date-time — Timestamp when the stop payment was created.
    - `last_updated_time` string, date-time — Timestamp when stop payment was updated.
    - `tenant` string — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `500` — Internal server error

---

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