Ripple Docs
  • Home
  • RippleNet
  • Liquidity Hub
    • Nothing Found
    Ripple Docs
  • Home
  • RippleNet
  • Liquidity Hub
    Welcome
    Introduction
    Implementation
    Integration layer development
    Test automation
    Developer resources
      Error handling
      Error codes
      Non-orchestration payments
      Outbound instructions
      Standard RippleNet Payment Object (SRPO)
        Use cases
        User Info
        Supporting info properties
        Supporting info definitions
          account_id
          account_name
          account_type
          address
          bic
          branch_id
          contact_details
          country
          currency
          external_account_id
          externalcashaccount
          externalclearingsystem
          financial_institution
          fullname
          iban
          id_section
          levelofpurpose
          name
          phone_number
          SourceOfCash
        Supporting info full JSON schema
        MT103 mapping
      RippleNet addressing scheme
      RippleNet Rulebook
    RippleNet Home
    Overview
    Payments
    Accounts
    Connections
    Settings
    API reference
    API operations by use case
    RippleNet Server API
    Smart Liquidation API
    Report Service API
    Change history
    Glossary
    Support
    Feedback

bic

Code allocated to a receiving institution by the ISO 9362 Registration Authority as described in ISO 9362 "Banking - Banking telecommunication messages - Business identifier code (BIC)".

  • Type: string
  • pattern: ^([a-zA-Z0-9_-]){8,11}$

JSON schema extract

Copy
Copied!
"bic": {
    "type": "string",
    "pattern": "^([a-zA-Z0-9_-]){8,11}$",
    "description": "Code allocated to a receiving institution by the ISO 9362 Registration Authority as described in ISO 9362 'Banking - Banking telecommunication messages - Business identifier code (BIC)'"
}
On this page
JSON schema extract
Support
  • Feedback
  • Ripple Help Center
Development
  • RippleNet Server API
  • Error codes
Resources
  • Glossary
  • XRP Ledger Docs
  • ripple.com
© 2013 - 2024 Ripple, All Rights Reserved.