CBRE Client
  1. Schemas
CBRE Client
  • Client - Projects & Reactives
  • Client Backend Tool
  • File Manager
  • Schemas
    • Reply
    • ErrorReply
    • FieldErrors
    • PageInfo
    • APIAuthentication
    • LoginReply
    • ReauthenticateRequest
    • Account
    • AccountForm
    • AccountSummary
    • AccountList
    • CryptoAddress
    • CryptoAddressList
    • CryptoAddressForm
    • Counterparty
    • CounterpartyForm
    • CounterpartySummary
    • CounterpartyList
    • Transaction
    • TransactionForm
    • TransactionList
    • SecureEnvelope
    • SecureEnvelopeSummary
    • Envelope
    • EnvelopeSummary
    • EnvelopeList
    • Rejection
    • Repair
    • Prepare
    • Prepared
    • IdentityPayload
    • Originator
    • Beneficiary
    • OriginatingVASP
    • BeneficiaryVASP
    • TransferPath
    • IntermediaryVASP
    • PayloadMetadata
    • Person
    • LegalPerson
    • LegalPersonName
    • LegalPersonNameID
    • LocalLegalPersonNameID
    • LegalPersonNameTypeCode
    • NaturalPerson
    • NaturalPersonName
    • NaturalPersonNameID
    • LocalNaturalPersonNameID
    • NaturalPersonNameTypeCode
    • Address
    • AddressTypeCode
    • DateAndPlaceOfBirth
    • NationalIdentification
    • NationalIdentifierTypeCode
    • TransactionPayload
    • PendingPayload
    • TRISAError
    • PublicKeySignature
    • TransferState
    • User
    • UserForm
    • UserList
    • UserPassword
    • APIKey
    • APIKeyForm
    • APIKeyCreated
    • APIKeyList
    • StatusReply
    • TravelAddress
  • Response Schema
  1. Schemas

BeneficiaryVASP(BeneficiaryVASP)

The BeneficiaryVASP describes the VASP which receives the transfer of a virtual asset from the originating VASP directly or through an intermediary VASP and makes the funds available to the beneficiary.

{
    "beneficiaryVASP": {
        "legalPerson": {
            "name": {
                "nameIdentifier": [
                    {
                        "legalPersonName": "Nippon Crypto Exchange, KK",
                        "legalPersonNameIdentifierType": "LEGL"
                    }
                ],
                "localNameIdentifier": [
                    {
                        "legalPersonName": "日本仮想通貨取引所株式会社",
                        "legalPersonNameIdentifierType": "LEGL"
                    }
                ],
                "phoneticNameIdentifier": [
                    {
                        "legalPersonName": "Nihon kasō tsūka torihikisho kabushikigaisha",
                        "legalPersonNameIdentifierType": "LEGL"
                    }
                ]
            },
            "geographicAddress": [
                {
                    "addressType": "BIZZ",
                    "addressLine": [
                        "滋賀県大津市水明1-34-2",
                        "520-0531"
                    ],
                    "country": "JP"
                },
                {
                    "addressType": "BIZZ",
                    "addressLine": [
                        "1-34-2 SUIMEI OTSU SHI SHIGA KEN",
                        "520-0531 JAPAN"
                    ],
                    "country": "JP"
                }
            ],
            "nationalIdentification": {
                "nationalIdentifier": "84-1234567",
                "nationalIdentifierType": "TXID",
                "registrationAuthority": "RA777777"
            },
            "countryOfRegistration": "JP"
        }
    }
}
Built with