v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Client Account Creation Endpoints

account/client-accounts/business

Use this endpoint to create a new business client account. If Flinks, Plaid or Mx credentials are provided, we will fetch all business and bank account details from those providers.

post/account/client-accounts/business

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

ClientAccountIDstring

This ID should be saved as it is required in order to perform other actions using the client account such as creating new transactions.

Example response

{
  "ClientAccountID": "ClientAccount1"
}