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

Prepare(Prepare)

The prepare object is a simplified representation of an IVMS101 identity and transaction payload that is packaged in a secure envelope and sent to the counterparty. This object is used to more easily create a travel rule transaction using the prepare endpoint.

{
    "travel_address": "taLg4sBFp3cWhB9wN7qsiUF8pxo7JXtVShYkv5ix1wG2kX5y4pRiJ3TRHmeD8H67TLLm5wHyDktVw1onfDeQfESumf91mjRTMbi",
    "originator": {
        "first_name": "James",
        "last_name": "Bond",
        "customer_id": "674907513",
        "identification": {
            "type_code": "DRLC",
            "number": "BOND9211110JA9OB",
            "country": "GB",
            "dob": "1920-11-11",
            "birth_place": "Wattenscheid, Germany"
        },
        "addr_line_1": "1 High Street",
        "city": "London",
        "post_code": "SE1 2QH",
        "country": "GB",
        "crypto_address": "mvr5YZBdAuV8sgexCHL4CRkbCvTV7odT1i"
    },
    "beneficiary": {
        "first_name": "Twilda",
        "last_name": "Swansong",
        "customer_id": "39910432",
        "identification": {
            "type_code": "SOCS",
            "number": "880-02-22213",
            "country": "US",
            "dob": "1978-02-14",
            "birth_place": "Toronto, Ontario, Canada"
        },
        "addr_line_1": "123 Main Street",
        "city": "Casper",
        "state": "WY",
        "post_code": "82604",
        "country": "US",
        "crypto_address": "mtCoa72PhLznu2dw639xXfBjC8SUCpyrTv"
    },
    "transfer": {
        "amount": 0.0007,
        "network": "BTC"
    }
}
Built with