v1
latestOpenAPI 3.1.0Proprietary2026-07-2464170247.4 KBOnboarding V2
Get Business Account
Retrieve the current state of a business account.
get/v2/accounts/{main_account_id}/businesses/{sub_account_id}
Path parameters
main_account_idstring required
Main account id in the form BZ-XXXX-XXXX.
sub_account_idstring required
Business child account ID
Response
Business fetched successfully.
Example response
{
"external_id": "ext-1234",
"registration": {
"incorporated_at": "2020-01-15",
"address": {
"street_line_1": "123 Main Street",
"city": "San Francisco",
"state": "CA",
"postal_code": "94102"
},
"tax_id": "12-3456789"
},
"operating_address": {
"street_line_1": "123 Main Street",
"city": "San Francisco",
"state": "CA",
"postal_code": "94102"
},
"controllers": [
{
"residential_address": {
"street_line_1": "123 Main Street",
"city": "San Francisco",
"state": "CA",
"postal_code": "94102"
},
"tax_info": {
"number": "12-3456789"
},
"identification": {
"id_number": "A12345678"
}
}
],
"terms": [
{
"url": "https://www.1money.com/legal-and-privacy/privacy-policy",
"name": "Privacy Policy"
}
],
"errors": [
{
"type": "FIELD_VALIDATION",
"description": "Invalid value for field 'industry'.",
"target": {
"scope": "BUSINESS",
"data": {
"controller_id": "8d3e45fa-b76c-45e2-abd1-aa9d29d20964",
"intermediary_id": "0c8b9d1e-3f4a-4b2c-9d8e-1a2b3c4d5e6f",
"property": "industry",
"document_type": "CERT_OF_INC"
}
}
}
]
}