1. Confirmation of Payee (CoP) Responder
Developer Portal
  • API Catalogue
  • Confirmation of Payee (CoP) Requester
    • API Specifications
      POST
  • Confirmation of Payee (CoP) Responder
    • API Specifications
      POST
  • Requester – Payee Verification (JSON)
    • API Specifications
      POST
  • Requester – Payee Verification (XML)
    • API Specifications
      POST
  • Responder - Combined Lookup
    • API Specifications
      POST
  • IBAN Validation
    • API Specifications
      POST
  • Requester Batch Check Payee
    • API Specifications
      POST
  • Responder Accounts Upload
    • API Specifications
      POST
  • Schemas
    • 400
    • 401
    • ErrorData
    • ErrorResponse
    • NameVerificationRequest
    • NameVerificationRequestData
    • ResponseData
    • Response
    • VerificationReport
    • SuccessResponse
    • NameVerificationData
    • NameVerification
    • BankCustomerResponse
    • ResponseMessage
    • BankAccountValidationRequest
    • BankAccountValidationRequestData
    • BankAccountValidationResponse
    • TransformedResponse
    • AccountId
    • CreditTransferTransactionInformation
    • Creditor
    • CreditorAccount
    • CreditorAgent
    • CreditorIdentification
    • CustomerCreditTransferInitiation
    • Debtor
    • DebtorAgent
    • FinancialInstitutionId
    • GroupHeader
    • OrganisationId
    • OtherIdentification
    • PainValidationDataDto
    • PaymentInformation
    • RemittanceInformation
    • SchemeName
    • CustomerPaymentErrorStatusReport
    • CustomerPaymentStatusReport
    • ErrorReason
    • Reason
    • InfoBlock
    • Envelope
    • ErrorStatusReasonInformation
    • StatusReasonInformation
    • SupplementaryInformation
    • TransactionInfoAndErrorStatus
    • TransactionInfoAndStatus
    • VopResponseDto
    • LookupRequestData
    • LookupRequest
    • LookupResponse
    • IBANResult
    • BadRequestResponse
    • BadRequestDetail
    • UnauthorizedResponse
    • UnauthorizedDetail
    • ForbiddenResponse
    • ForbiddenDetail
    • NotFoundResponse
    • NotFoundDetail
    • MethodNotAllowedResponse
    • MethodNotAllowedDetail
    • InternalServerErrorResponse
    • InternalServerErrorDetail
    • ServiceUnavailableResponse
    • ServiceUnavailableDetail
  1. Confirmation of Payee (CoP) Responder

API Specifications

POST
/open-banking/v3.3/cop-integration/name-verification
Query the account details with the Responder

Request

Authorization
JWT Bearer
Add the parameter
Authorization
to Headers
Example:
Authorization: ********************
or
Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200
application/json
Success
Headers

Body

🟠400
🟠403
🟠406
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mock.apidog.com/m1/1198618-0-default/open-banking/v3.3/cop-integration/name-verification' \
--header 'x-fapi-interaction-id: 0863628c-c9be-431d-8053-565de4c3ba1a' \
--header 'cop-responder-id: 8053-568493jdjf7329' \
--header 'Accept: application/json' \
--header 'srd-check: Y' \
--header 'apikey: samplekey' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "Data": {
        "SecondaryIdentification": "ABC-12345",
        "SchemeName": "SortCodeAccountNumber",
        "Identification": "93901144085752",
        "AccountType": "Business",
        "Name": "Doniel Jones"
    }
}'
Response Response Example
200 - Success
{
    "SchemeName": "SortCodeAccountNumber",
    "AccountType": "Personal",
    "Identification": "34835204778438",
    "Name": "Doniel Jones",
    "SecondaryIdentification": "ABC-12345",
    "AccountSwitched": "Y",
    "OptedOut": "Y",
    "AccountSupported": "N",
    "AccountNickname": "string"
}
Previous
Confirmation of Payee (CoP) Responder
Next
Requester – Payee Verification (JSON)
Built with