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

Beneficiary(Beneficiary)

Beneficiary describes the natural or legal person arrangement who is identified by the originator as the receiver of the requested virtual asset transfer.

{
    "beneficiaryPersons": [
        {
            "naturalPerson": {
                "name": {
                    "nameIdentifier": [
                        {
                            "primaryIdentifier": "Miura",
                            "secondaryIdentifier": "Kentaro",
                            "nameIdentifierType": "LEGL"
                        }
                    ],
                    "localNameIdentifier": [
                        {
                            "primaryIdentifier": "三浦",
                            "secondaryIdentifier": "建太郎",
                            "nameIdentifierType": "LEGL"
                        }
                    ]
                },
                "geographicAddress": [
                    {
                        "addressType": "HOME",
                        "streetName": "Shimohirakawa",
                        "buildingNumber": "1536-2",
                        "townName": "菊川市",
                        "countrySubDivision": "静岡県",
                        "postCode": "437-1514",
                        "country": "JP"
                    }
                ],
                "nationalIdentification": {
                    "nationalIdentifierType": "SOCS",
                    "nationalIdentifier": "0537-73-2271",
                    "countryOfIssue": "JP"
                },
                "customerIdentification": "01J6QNPGSKN2HZGC2F33F3QQRF",
                "dateAndPlaceOfBirth": {
                    "dateOfBirth": "1979-02-14",
                    "placeOfBirth": "Tokyo, Japan"
                },
                "countryOfResidence": "JP"
            }
        }
    ],
    "accountNumber": [
        "mtLmjWt1DDxjGhMRmnxcgQqPNGPUzXuDHw"
    ]
}
Built with