1. Payments
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
      • Verify payee details
        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
    • Reference
      • actions
      • bic_swift
      • country
      • currency
      • entity_key
    • Enums
      • OrderTypes
    • Subclients
      • subclientAddressesModel
      • subclientDetailsModel
      • subclientParentModel
      • subclientAdditionalInformationModel
      • subclientResponseModel
      • subclientRequestModel
      • subclientRegulatorsModel
      • subclientInternalInformationModel
      • subclientRegulatorModel
      • subclientKycModel
      • subclientKycDetailsModel
    • Components
      • AmountModel
      • AmountModelWithRate
      • BaseableAmountModel
      • CorpModel
      • IbanModel
      • TenantInfo
      • WalletModel
      • WalletLedgerModelV5
      • OrderLegAccount
      • PersonModel
    • Response
      • standard-Validation-Failure
    • Payments
      • VoP
        • VopResponseModel
        • VopRequestModel
        • VopForm
      • 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
    • Responses
      • CorpWalletModelV2
      • FullIdentityResponse
      • IdentityResponse
    • Schemas
      • clientCorpAddressModel
      • rejectForm
      • confirmationDocumentResponseModel
      • invoiceableAmountModel
    • Trading
      • swapInfoModel
      • tickPriceModel
      • quotePriceModel
      • reversableRateModel
      • leg
      • commissionResponseModel
      • forwardRateModel
      • marginResponseModel
      • markToMarketResponseModel
      • orderQuoteResponse
      • orderSettlementResponseModel
      • marketInfoResponseModel
      • rateModel
      • settlementInstructionsModel
      • tickRateModel
      • tradeLimitsModel
      • OrderQuoteForm
  1. Payments

counterpartyModelV2

{
    "accounts": [
        {
            "accountNumber": "string",
            "actions": [
                "string"
            ],
            "additionalCountryAccountInfo": "string",
            "alias": "string",
            "bank": "string",
            "bankAccountId": "string",
            "bankCode": "string",
            "bic_swift": "string",
            "country": "string",
            "currencies": [
                "string"
            ],
            "iban": "string",
            "intermediaryBank": "string",
            "isBeneficiary": true,
            "isPayer": true,
            "operatorInfo": "string",
            "parentId": "string",
            "recurringReference": "string",
            "routingNumber": "string",
            "sortCodeUK": "string"
        }
    ],
    "actions": [
        "string"
    ],
    "address1": "string",
    "address2": "string",
    "alias": "string",
    "city": "string",
    "country": "string",
    "county": "string",
    "currencies": [
        "string"
    ],
    "draft": {
        "accounts": [
            {
                "accountNumber": "string",
                "actions": [
                    "string"
                ],
                "additionalCountryAccountInfo": "string",
                "alias": "string",
                "bank": "string",
                "bankAccountId": "string",
                "bankCode": "string",
                "bic_swift": "string",
                "country": "string",
                "currencies": [
                    "string"
                ],
                "iban": "string",
                "intermediaryBank": "string",
                "isBeneficiary": true,
                "isPayer": true,
                "operatorInfo": "string",
                "parentId": "string",
                "recurringReference": "string",
                "routingNumber": "string",
                "sortCodeUK": "string"
            }
        ],
        "actions": [
            "string"
        ],
        "address1": "string",
        "address2": "string",
        "alias": "string",
        "city": "string",
        "country": "string",
        "county": "string",
        "currencies": [
            "string"
        ],
        "email": "string",
        "firstName": "string",
        "id": "string",
        "isBeneficiary": true,
        "isPayer": true,
        "isSelf": true,
        "lastName": "string",
        "name": "string",
        "paymentReason": [
            "string"
        ],
        "postCode": "string",
        "primaryType": "string",
        "shortfall": 0,
        "shortfallCurrencyCode": "string",
        "state": "draft",
        "status": "draft",
        "subsidiary": "string",
        "subType": "string",
        "thirdPartyType": "string",
        "thirdPartyTypeOther": "string",
        "vanityId": "string"
    },
    "email": "string",
    "firstName": "string",
    "id": "string",
    "isBeneficiary": true,
    "isPayer": true,
    "isSelf": true,
    "lastName": "string",
    "name": "string",
    "paymentReason": [
        "string"
    ],
    "postCode": "string",
    "primaryType": "string",
    "shortfall": 0,
    "shortfallCurrencyCode": "string",
    "state": "draft",
    "status": "draft",
    "subsidiary": "string",
    "subType": "string",
    "thirdPartyType": "string",
    "thirdPartyTypeOther": "string",
    "vanityId": "string"
}
Built with