v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Create Company Bank Account

Creates a bank account for the specified company.

post/companies/bank

Request body

companyIDstring required

ID of the company.

account_numberstring required

Account number of the Company Bank Account.

routing_numberstring required

Routing number of the Company Bank Account.

Response

200

successboolean

Example response

{
  "success": true,
  "data": {
    "companyID": "182bb035e9ad422238c5e2cb386e19dd",
    "account_number": "12345678",
    "routing_number": "021000021"
  }
}