External Accounts

Creates an external account.

post/external-accounts

Request body

external_idstring required

User-provided unique ID.

namestring required

Name of the account.

Example request

{
  "external_id": "ext_acc_123",
  "name": "Checking Account"
}

Response

Success

Example response

{
  "data": {
    "id": "ext_account_YWJjMTIz",
    "external_id": "ext_acc_123",
    "name": "Checking Account"
  }
}

Changes

Changed in 1 of the 38 revisions of this API.1