POST
/
v2
/
accounts
/
sub_account_holder

Headers

api-key
string
required

API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.

Body

application/json
master_account_id
string
required

unique id of the master account

type
enum<string>
required

type of sub account holder

Available options:
person,
business
person
object
business
object
verification
object
external_reference_id
string

unique id to cross-reference records with external systems

purpose
string

purpose of sub account holder

metadata
object

Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}

Response

201 - application/json
id
string

unique id of the sub account holder

client_id
string

unique id of the client that created the sub account

master_account_holder_id
string

unique id of the master account holder

master_account_id
string

unique id of the master account

person
object
business
object
ofac
object
external_reference_id
string

unique id to cross-reference records with external systems

purpose
string

purpose of sub account holder

attachments
object[]
metadata
object

Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}

status
enum<string>

status of sub account holder

Available options:
pending_activation,
activated,
suspended,
deactivated,
locked
timestamps
object