1. Responder - Combined Lookup
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. Responder - Combined Lookup

API Specifications

POST
/vop/v1.0/integration/account-verification
Looks up a bank account which matches with the provided information and returns the details.

Request

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

Body Params application/jsonRequired

Examples

Responses

🟢200
application/json
Request successfully processed, with account details.
Headers

Body

🟠400
🟠401
🟠403
🟠405
🟠415
🔴500
🔴503
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://mock.apidog.com/m1/1198618-0-default/vop/v1.0/integration/account-verification' \
--header 'X-Request-ID: b3f63a46-5ab2-474f-974c-01f0f50e2c01' \
--header 'Responder-ID: currenciesdirect' \
--header 'Accept: application/json' \
--header 'Sub-Account-Check: Y' \
--header 'Api-Key: 01f0f50e2c01' \
--header 'Transfer-Encoding: chunked' \
--header 'Set-Cookie: SESSIONID=1775051015.821.65.210997|2f761ae759ccda0d59f83250dc8b85a5; Max-Age=3600; Path=/; Secure; HttpOnly' \
--header 'X-Frame-Options: DENY' \
--header 'Strict-Transport-Security: max-age=31536000; includeSubDomains' \
--header 'Cache-Control: no-cache, no-store, max-age=0, must-revalidate' \
--header 'X-Content-Type-Options: nosniff' \
--header 'X-XSS-Protection: 0' \
--header 'Authorization: Bearer <token>' \
--header 'Content-type: application/json' \
--data-raw '{
    "Data": {
        "SchemeName": "IBAN",
        "Identification": "FR1420041010050500013M02606",
        "CheckType": "Name",
        "Name": "Pierre King",
        "SecondaryIdentification": "CDE-123"
    }
}'
Response Response Example
200 - IBAN Response
{
    "SchemeName": "IBAN",
    "Identification": "FR1420041010050500013M02606",
    "CheckType": "Name",
    "Name": "Pierre King",
    "AccountType": "Personal",
    "SecondaryIdentification": "CDE-123",
    "AccountAlias": "",
    "Title": ""
}
Previous
Responder - Combined Lookup
Next
IBAN Validation
Built with