CoP Reason Codes
Expected Reason Code | Match | Account name passed back | Brief description |
---|---|---|---|
N/A | Exact Match | No | Account name match |
ANNM | No Match | No | Account name does not match |
MBAM | Close Match | Yes | There may be a match on the account name |
BANM | Close Match | No | The account name matches, but type is 'BUSINESS' |
PANM | Close Match | No | The account name matches, but type is 'PERSONAL' |
BAMM | Close Match | Yes | The account name may be a match, but the type is 'BUSINESS' |
PAMM | Close Match | Yes | The account name may be a match, but the type is 'PERSONAL' |
AC01 | No Match | No | Incorrect account number |
IVCR | No Match | No | Invalid Customer Reference |
ACNS | No Match | No | Account type no supported for CoP |
OPTO | No Match | No | Opted out of CoP Scheme |
CASS | No Match | No | Account has been switched |
SCNS | No Match | No | Sort code not supported at endpoint |
info
Please refer to our recommended actions on how to build your interface based on the CoP result.
Pre-Built CoP Reason Codes for Sandbox Testing
Account Number | Sort code | Business Type | Response |
---|---|---|---|
ANY | ANY | ANY | EXACT_MATCH |
00934891 | 123456 | ANY | NO_MATCH, ANNM |
00934892 | 123456 | ANY | CLOSE_MATCH, MBAM, partially matching account name (see note) |
00934893 | 123456 | PERSONAL | CLOSE_MATCH, BANM |
00934894 | 123456 | BUSINESS | CLOSE_MATCH, PANM |
00934895 | 123456 | PERSONAL | CLOSE_MATCH, BAMM, partially matching account name (see note) |
00934896 | 123456 | BUSINESS | CLOSE_MATCH, PAMM, partially matching account name (see note) |
00934897 | 123456 | ANY | NO_MATCH, AC01 |
00934898 | 123456 | ANY | NO_MATCH, IVCR |
00934899 | 123456 | ANY | NO_MATCH, ACNS |
00934900 | 123456 | ANY | NO_MATCH, OPTO |
00934901 | 123456 | ANY | NO_MATCH, CASS |
00934902 | 123456 | ANY | NO_MATCH, SCNS |