Overview
Applications

Open and update various types of accounts.

ACH Profiles

Create, update, and verify account ACH profiles.

Transactions

Manage deposit and withdrawal transactions on an account.

Documents

Fetch statements, tax documents and trade confirmations for customers.

Webhooks

Manage and test evented webhooks.

Virtual Accounts

Create and update paper trading accounts.

ACAT Transfers

Manage ACAT Transfers on an account.

Reference

Examples, response types, property details and explanations.

Foreign Individual Cash

Foreign Individual Cash application example.

{
  "name": "Ayrton Senna da Silva",
  "email": "ayrton@senna.com",
  "applicantIpAddress": "127.0.0.1",
  "repCode": "6YA",
  "options": false,
  "applicationType": {
    "type": "individual_cash",
    "newAccountForeignForm": {
      "tradeAuthorization": {
        "isTradeAuthorization": "NO"
      },
      "accountType": "CASH",
      "suitabilityProfile": {
        "timeHorizon": "LONGEST",
        "liquidityNeeds": "SOMEWHAT_IMPORTANT"
      },
      "investmentProfile": {
        "totalNetWorthUSD": {
          "min": 200001,
          "max": 500000
        },
        "liquidNetWorthUSD": {
          "min": 100001,
          "max": 200000
        },
        "annualIncomeUSD": {
          "min": 100001,
          "max": 200000
        },
        "investmentObjective": "GROWTH",
        "riskTolerance": "HIGH",
        "investmentExperience": "NONE"
      },
      "applicants": [
        {
          "identity": {
            "name": {
              "givenName": "Ayrton",
              "familyName": "Senna da Silva"
            },
            "dateOfBirth": "1960-03-21",
            "citizenshipCountry": "BRA",
            "birthCountry": "BRA"
          },
          "w_8ben": {
            "foreignTaxIdentificationNumber": "07371412309",
            "treatyCountry": "BRA"
          },
          "contact": {
            "homeAddress": {
              "streetAddress": [
                "85 R DR FERNANDES COELHO"
              ],
              "country": "BRA",
              "city": "Sao Paulo",
              "postalCode": "05423040"
            },
            "phoneNumbers": [
              {
                "phoneNumber": "+551129743000",
                "phoneNumberType": "WORK"
              }
            ],
            "emailAddresses": [
              "ayrton@senna.com"
            ],
            "mailingAddress": {
              "streetAddress": [
                "85 R DR FERNANDES COELHO"
              ],
              "country": "BRA",
              "city": "Sao Paulo",
              "postalCode": "05423040"
            }
          },
          "disclosures": {
            "isPoliticallyExposed": "NO",
            "isControlPerson": "NO",
            "isAffiliatedExchangeOrFINRA": "NO"
          },
          "numDependents": 1,
          "employment": {
            "employer": "FIA",
            "positionEmployed": "F1 Racing Driver",
            "employmentStatus": "EMPLOYED",
            "businessAddress": {
              "streetAddress": [
                "373 Van Ness Ave"
              ],
              "country": "USA",
              "city": "Torrance",
              "state": "CA",
              "postalCode": "90501"
            }
          },
          "maritalStatus": "MARRIED"
        }
      ]
    }
  }
}