Skip to main content

Overview

All validation failures on the Accounts API are returned synchronously. Business logic errors return 422 responses with an invalid_parameters array that identifies which fields failed and why, so you can correct the request before retrying.

POST /v0/accounts

Required Fields


Capability-Driven Validations

Capabilities determine which additional fields are required. Your program may be configured to have one or more supported_capabilities available to accounts you create. The credit_with_underwriting capability triggers the credit validation set.

Entity Validations


Application Match Validations

When application_id is provided, the following must match between the application and the account:

Field Validations


PATCH /v0/accounts/id


Status Transition Validations


GET /v0/accounts/id


Authentication