Developer Portal
    • API Catalogue
    • Confirmation of Payee (CoP) Requester
      • API Specifications
    • Confirmation of Payee (CoP) Responder
      • API Specifications
    • Requester – Payee Verification (JSON)
      • API Specifications
    • Requester – Payee Verification (XML)
      • API Specifications
    • Responder - Combined Lookup
      • API Specifications
    • IBAN Validation
      • API Specifications
    • Requester Batch Check Payee
      • API Specifications
    • Responder Accounts Upload
      • API Specifications
    • 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

    IBANResult

    {
        "Result": "200",
        "Message": "Valid IBAN Number",
        "Status": "Success",
        "Validations": [
            {
                "Result": 200,
                "Message": "Valid IBAN length"
            },
            {
                "Result": 200,
                "Message": "Valid IBAN Checksum"
            }
        ],
        "Expremental": "0",
        "Data": {
            "CountryCode": "EE",
            "IsoAlpha3": "EST",
            "CountryName": "Estonia",
            "CurrencyCode": "EUR",
            "SepaMember": "Yes",
            "Sepa": {
                "SepaCreditTransfer": "Yes",
                "SepaDirectDebit": "No",
                "SepaSddCore": "No",
                "SepaB2b": "No",
                "SepaCardClearing": "No"
            },
            "Bban": "1000001020145685",
            "BankAccount": "00102014568",
            "Bank": {
                "BankName": "AS SEB PANK",
                "Phone": "",
                "Address": "TORNIMAE 2 FLOOR 10",
                "Bic": "EEUHEE2X",
                "City": "TALLINN",
                "State": "",
                "Zip": "15010"
            }
        }
    }
    Built with