Create Account
Create an account for your organization. Note that accounts can only be created if the associated identity has been cleared to transact (i.e. has passed both compliance and jurisdiction checks).
Authorizations
Bearer authentication with an API token
Body
Request identifier in a UUID format. Serves as an idempotency key.
[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}Unique identifier of the identity to which this account should belong.
(OPTIONAL) Type of account to create.
Valid values are OMNIBUS and SEGREGATED. LEDGER and ONCHAIN are legacy values.
ACCOUNT_TYPE_UNSPECIFIED, LEDGER, ONCHAIN, OMNIBUS, SEGREGATED "LEDGER"
Response
Success
Request identifier in a UUID format. Serves as an idempotency key
Identity type
Please note that BUSINESS accounts are only supported in the US at this time.IDENTITY_TYPE_UNSPECIFIED, INDIVIDUAL, BUSINESS "INDIVIDUAL"
Unique identifier of the identity associated with the account.
Unique identifier of the account.
Deprecated: use "type" instead
ACCOUNT_TYPE_UNSPECIFIED, LEDGER, ONCHAIN, OMNIBUS, SEGREGATED "LEDGER"
True if the account is frozen. Accounts that are frozen are blocked from interacting with the Bastion platform without manual intervention. Contact compliance@bastion.com for more details if an account is frozen.
The identity's top-level status.
IDENTITY_STATUS_UNSPECIFIED, PENDING_ONBOARDING, ACTIVE, SUSPENDED, REJECTED, TERMINATED "PENDING_ONBOARDING"
The identity's sub-status. Only meaningful when identity_status is PENDING_ONBOARDING.
IDENTITY_SUB_STATUS_UNSPECIFIED, CREATED, COMPLIANCE_CHECKS_IN_PROGRESS, IDV_REQUIRED, IDV_REQUESTED, IDV_IN_PROGRESS, IDV_EXPIRED, RFI_REQUIRED "CREATED"
Deprecated: use "status" instead
ACCOUNT_STATUS_UNSPECIFIED, ACTIVE, FROZEN, CLOSED "ACTIVE"
The account's status, derived from its parent identity state.
ACCOUNT_STATUS_UNSPECIFIED, ACTIVE, FROZEN, CLOSED "ACTIVE"
The account's type.
Valid values are OMNIBUS and SEGREGATED. LEDGER and ONCHAIN are legacy values.
ACCOUNT_TYPE_UNSPECIFIED, LEDGER, ONCHAIN, OMNIBUS, SEGREGATED "LEDGER"
Related topics
Create an account in the Bastion DashboardCreate an identity in the Bastion DashboardAccounts API overviewOnboard an individual customerOnboard a business customer