Suggest Edits
<user_uuid>
, which refers to the unique identifier of the registered business
or individual that was obtained from the registration API.
validate_account_routing
flag to true when adding a bank account to an
existing user.
Fields | Type | Is Required | Description |
---|---|---|---|
plaid.access_token | string | Plaid user access token | |
plaid.account_id | string | Plaid user account id | |
custom.account_number | string | Bank account number maximum of 17 characters | |
custom.routing_number | string | Bank account routing number 9-digit ABA routing transit number associated with the account | |
custom.account_name | string | Name of account in bank | |
custom.account_type | string | Bank account type Possible values: savings checking | |
validate_account_routing | boolean | No | Perform validation on the account and routing number. If validation fails, the account will not be added. |
Code | Reason | Message |
---|---|---|
401 | ||
403 | ||
406 | Invalid Account or Routing Number | The account or routing number provided is invalid |
406 | Billing Merchant User UUID invalid | The requested billing merchant user uuid does not exist. |
406 | Billing Merchant Deleted | The billing merchant is deleted and cannot be used for billing purposes. |
422 |