Confirmation of Payee
Create an account name check for Direct Debit Payer
Payer Name Verification (PNV) automatically checks that your payer’s name matches the name on the bank account details submitted when setting up BACS Direct Debits. This reduces your exposure to fraud and failed payment setups This endpoint does not support idempotent requests. Any requests containing an x-mod-nonce header used by a previous request will return the response <code>403: Forbidden ("Unique/allowed nonce header not found")</code>
post/account-name-check/payer
Request body
Example request
{
"paymentAccountId": "A123AAA4",
"sortCode": "000000",
"accountNumber": "12345678",
"secondaryAccountId": "A-1234567890",
"accountType": "PERSONAL",
"name": "Joe Bloggs"
}Response
Created
Example response
{
"id": "C12001569Z",
"result": {
"code": "MATCHED",
"name": "Joseph Bloggs"
}
}