Create a Sub Account
Create a Sub Account
Headers
API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.
Body
unique id of the sub account
label of the sub account
type of the sub account
cash
, prepaid
, checking
unique id to cross-reference records with external systems
purpose of sub account
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
unique id of the sub account
unique id of the client that created the master account
unique id of the master account holder
unique id of the master account under which the sub account was created
unique id of the sub account holder
sub account holder name
label of the sub account
type of the sub account
cash
, prepaid
, checking
account number of the sub account
9 digit routing number of the sub account
sponsor bank name
available balance in the sub account
total pending credits to the sub account
total pending debits to the sub account
currency of the sub account
usd
unique id to cross-reference records with external systems
purpose of sub account
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 of sub account
open
, closed
, credit_blocked
, debit_blocked
, blocked
, locked