getneo
  1. Endpoints
getneo
  • Introduction
  • API examples
  • Technical topics
    • API structure
    • HTTP headers
    • Decoupled responses
    • Validation failures (418)
  • Endpoints
    • Auth
      • Get service bearer token (password)
        GET
      • Change tenant
        GET
      • Close session
        GET
    • Counterparties
      • List counterparties
        GET
      • Get counterparty by ID
        GET
      • Get draft counterparty by ID
        GET
      • Submit counterparty draft
        POST
      • Update counterparty draft
        POST
      • Delete a counterparty draft
        DELETE
      • Add account to counterparty
        POST
      • Update counterparty account
        PATCH
      • Export counterparty data
        POST
    • MSB
      • List subclients
      • Get a subclient by ID
      • Create a new subclient
      • Update a subclient
    • Payments
      • List payments
        GET
      • Get a payment by ID
        GET
      • Make a payment (deposit, withdrawal or internal)
        POST
    • Trading
      • Quote order
      • Submit order
    • Wallets
      • List wallets
      • Get a wallet by ID
  • Schemas
    • Schemas
      • Components
        • AmountModel
        • AmountModelWithRate
        • BaseableAmountModel
        • CorpModel
        • IbanModel
        • TenantInfo
        • WalletModel
        • WalletLedgerModelV5
        • OrderLegAccount
      • Enums
        • OrderTypes
      • Reference
        • actions
        • bic_swift
        • country
        • currency
        • entity_key
      • Responses
        • CorpWalletModelV2
        • FullIdentityResponse
        • IdentityResponse
      • Forms
        • OrderQuoteForm
      • Subclients
        • subclientAddressesModel
        • subclientDetailsModel
        • subclientParentModel
        • subclientAdditonalAdditionalInformationModel
        • subclientResponseModel
        • subclientRequestModel
        • subclientRegulatorsModel
        • subclientInternalInformationModel
        • subclientRegulatorModel
        • subclientKycModel
        • subclientKycDetailsModel
      • Trading
        • swapInfoModel
        • tickPriceModel
        • quotePriceModel
        • reversableRateModel
        • leg
        • commissionResponseModel
        • forwardRateModel
        • marginResponseModel
        • markToMarketResponseModel
        • orderQuoteResponse
        • orderSettlementResponseModel
        • marketInfoResponseModel
        • rateModel
        • settlementInstructionsModel
        • tickRateModel
        • tradeLimitsModel
      • Payments
        • counterpartyAccountModelV3
        • ibanSlim
        • specifiedPaymentFee
        • counterpartyAttachmentsResponseModel
        • counterpartyModelV3
        • intermediaryBankAccountModel
        • counterpartyAccountModelV2
        • counterpartyModelV2
        • orderPaymentResponseModel
        • paymentAccountModel
        • paymentAttachmentsResponseModel
        • paymentBlotterItemModelV2
        • paymentCounterpartyAccountModel
        • paymentCounterpartyModel
        • paymentDestinationModel
        • paymentFeesChargeModel
        • paymentFeeSlim
        • paymentForm
        • paymentItemSlimModel
        • paymentSourceForm
        • paymentSourceModel
        • paymentTrackingSource
        • accountSlim
        • accountInfo
        • accountOwnerModel
        • addressModel
      • clientCorpAddressModel
      • rejectForm
      • confirmationDocumentResponseModel
      • invoiceableAmountModel
      • personModel
    • Response
      • standard-Validation-Failure
  1. Endpoints

Money Services Businesses

Neo supports Money Services Businesses (MSBs) through the structure of creating subclient entities to represent each underlying client.
An MSB tenant can have many subclients, each with their own counterparties (see the parent property on counterparty creation request).
Payments made to the counterparty of a subclient will be sent on behalf of the subclient.
Note that the subclients module is not provided as standard, and Neo compliance will need to review every subclient created before it can be used.
Modified at 2026-02-25 18:48:11
Previous
Export counterparty data
Next
List subclients
Built with