Creates new customer records in the core processor.

[
    {
        "type": "LIMITED_PARTNERSHIP",
        "name": "TK PARTNERS",
        "formation_date": "1980-01-01",
        "tax_id": "101300055",
        "tax_id_type": "EIN",
        "branch_code": "1234",
        "physical_addresses": [
            {
                "type": "MAILING",
                "line_1": "200 Governors Rd",
                "line 2": "Medford, MA 02155",
                "line_3": null,
                "line_4": null,
                "city": "Medford",
                "state_code": "MA",
                "zip_code": "02155-0000",
                "country_code": "US"
            },
            {
                "type": "BILLING",
                "line_1": "200 Governors Rd",
                "line 2": "Medford, MA 02155",
                "line_3": null,
                "line_4": null,
                "city": "Medford",
                "state_code": "MA",
                "zip_code": "02155-0000",
                "country_code": "US"
            }
        ],
        "email_addresses": [
            {
                "type": "WORK",
                "address": "[email protected]"
            }
        ],
        "phone_numbers": [
            {
                "type": "HOME",
                "number": "5432109876"
            }
        ],
        "authorized_representatives": [
            {
                "relationship": "OWNER",
                "customer_id": "987654321",
                "access": "ALL"
            },
            {
                "relationship": "OFFICER",
                "customer_id": "987654333",
                "access": "READ_ONLY"
            }
        ]
    },
    {
        "type": "INDIVIDUAL",
        "name": "Mora Smith",
        "title": "Ms",
        "first_name": "Mora",
        "middle_name": "Elizabeth",
        "last_name": "Smith",
        "suffix": null,
        "birth_date": "1988-01-01",
        "tax_id": "333331111",
        "tax_id_type": "SSN",
        "branch_code": "1288",
        "physical_addresses": [
            {
                "type": "MAILING",
                "line_1": "501 East 8th St",
                "line 2": "Boston, MA 02127",
                "line_3": null,
                "line_4": null,
                "city": "Boston",
                "state_code": "MA",
                "zip_code": "02127-0000",
                "country_code": "US"
            },
            {
                "type": "BILLING",
                "line_1": "501 East 8th St",
                "line 2": "Boston, MA 02127",
                "line_3": null,
                "line_4": null,
                "city": "Boston",
                "state_code": "MA",
                "zip_code": "02127-0000",
                "country_code": "US"
            }
        ],
        "email_addresses": [
            {
                "type": "PERSONAL",
                "address": "[email protected]"
            }
        ],
        "phone_numbers": [
            {
                "type": "MOBILE",
                "number": "6789012444"
            }
        ]
    }
]
[
  {
    "success": true,
    "payload": {
      "customer_id": "123498765"
    },
    "messages": null
  },
  {
    "success": true,
    "payload": {
      "customer_id": "1029384756"
    },
    "messages": null
  }
]
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!