v1
latestOpenAPI 3.0.32026-07-2484569553.1 KBAccount Holder Verification
Create account holder verification
Create a request to verify that the provided account holder name matches the name associated with the provided bank account.
post/v3/account-holder-verifications/requests
Headers
Authorizationstring bearer JWT required
Idempotency-Keystring required
An idempotency key to allow safe retrying without the operation being performed multiple times. The value should be unique for each operation, e.g. a UUID, with the same key being sent on a retry of the same request.
Request body
Example request
{
"account_identifier": {
"sort_code": "123456",
"account_number": "12345678"
}
}Response
Account holder verification
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000"
}