---
title: "Get SRD Accounts"
method: GET
path: "/account-name-check/srd-accounts"
tags: ["Confirmation of Payee"]
---

# Get SRD Accounts

`GET /account-name-check/srd-accounts`

Returns a list of all sort codes and account numbers for which Secondary Reference Data must be provided with all account name check requests.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successfully retrieved SRD list

- ConfirmationofpayeeCopPageResponseJsonSrdAccount
  - `content` ConfirmationofpayeeJsonSrdAccount[], required — List of responses on the current page
    - `sortCode` string, required — The sort code of one or more accounts that requires Secondary Reference Data to be provided when making account name check requests.
    - `accountNumbers` string[] — Account numbers that require Secondary Reference Data. If empty, Secondary Reference Data is required for all name check requests for this sort code.
  - `size` integer, required — Page size
  - `totalSize` integer, required — Total count
  - `page` integer, required — Current page number, 0 based; i.e first-page = 0, second-page = 1
  - `totalPages` integer, required — Total pages

## Other responses

- `400` — Invalid query params provided
- `401` — Invalid credentials
- `403` — CoP Access denied
- `500` — Unexpected error occurred
- `503` — Service outage

---

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