Confirmation of Payee
Get 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.
get/account-name-check/srd-accounts
Query parameters
pageinteger
Page to fetch (0 indexed)
sizeinteger
Size of Page to fetch
Response
Successfully retrieved SRD list
Example response
{
"content": [
{
"sortCode": "123456",
"accountNumbers": [
"11111111"
]
}
]
}