v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Client Account Creation Endpoints

account/client-accounts/standard

Use this endpoint to create a new standard client account. If Flinks, Plaid or Mx credentials are provided, we will fetch all personal and bank account details from those providers. Otherwise, must provide either FirstName/LastName or BusinessName

post/account/client-accounts/standard

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"
}