Creates new deposit account records in the core processor.

[
    {
        "type": "CHECKING_HIGH_INTEREST",
        "name": "John & Beth's HIC Account",
        "customers": [
            {
                "customer_id": "548548778",
                "relationship": "TAX_OWNER"
            },
            {
                "customer_id": "748578889",
                "relationship": "TAX_OWNER"
            }
        ]
    },
    {
        "type": "CD_2YR",
        "name": "John & Beth's 2-YR CD",
        "automatic_rollover": false,
        "customers": [
            {
                "customer_id": "548548778",
                "relationship": "TAX_OWNER"
            },
            {
                "customer_id": "748578889",
                "relationship": "TAX_OWNER"
            }
        ]
    }
]
[
  {
    "success": true,
    "payload": {
      "account_number": "1092387456",
      "status": "Active"
    },
    "messages": []
  },
  {
    "success": true,
    "payload": {
      "account_number": "9011756433",
      "status": "Active"
    },
    "messages": []
  }
]
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!