Skip to content

Instantly share code, notes, and snippets.

@dzomaya
Created November 15, 2021 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dzomaya/335461c2b3a7dc6d38ee78733cb1a303 to your computer and use it in GitHub Desktop.
Save dzomaya/335461c2b3a7dc6d38ee78733cb1a303 to your computer and use it in GitHub Desktop.
{
"token": "my_business_99",
"active": true,
"notes": "My notes",
"ip_address": "67.120.28.118",
"password": "___________",
"phone": "5105551212",
"metadata": {
"my_name_1": "my_value_1",
"my_name_2": "my_value_2"
},
"account_holder_group_token": "DEFAULT_AHG",
"created_time": "2021-11-15T04:51:30Z",
"last_modified_time": "2021-11-15T04:51:30Z",
"status": "ACTIVE",
"business_name_legal": "My_legal_business_name",
"business_name_dba": "My_fictitious_business_name",
"office_location": {
"address1": "123 A street",
"address2": "Suite 123",
"city": "My_city",
"state": "CA",
"postal_code": "94711",
"country": "US"
},
"in_current_location_since": "2010-04-15T00:00:00Z",
"website": "https://my_business_02.com",
"date_established": "2010-04-15T00:00:00Z",
"general_business_description": "My_business_description",
"history": "My_business_history",
"business_type": "My_business_type",
"international_office_locations": "Athens, Greece; Buenos Aires, Argentina",
"duns_number": "123456789",
"primary_contact": {
"full_name": "First Middle Last",
"title": "Dr",
"department": "My_department",
"phone": "5105551212",
"extension": "11",
"fax": "5105551222",
"mobile": "5105551213",
"email": "dr.me@my.business.com"
},
"incorporation": {
"is_public": true,
"stock_symbol": "MB",
"state_of_incorporation": "CA",
"name_registered_under": "First Middle Last",
"address_registered_under": {
"address1": "123 B Street",
"city": "My_city",
"state": "CA",
"postal_code": "94711",
"country": "US"
},
"incorporation_type": "LLC"
},
"proprietor_or_officer": {
"first_name": "First",
"middle_name": "Middle",
"last_name": "Last",
"alternative_names": "My alternative name",
"title": "Dr",
"home": {
"address1": "123 B Street",
"address2": "Apt A",
"city": "My_city",
"state": "CA",
"postal_code": "94711",
"country": "US"
},
"dob": "1954-03-07T00:00:00Z",
"phone": "5105551214",
"email": "dr.me@my.business.com"
},
"identifications": [
{
"type": "BUSINESS_TAX_ID",
"value": "123456789"
}
],
"attester_name": "Jane Smith",
"attester_title": "Chief Executive Officer",
"attestation_date": "2020-03-03T00:00:00Z",
"beneficial_owner1": {
"first_name": "First",
"middle_name": "Middle",
"last_name": "Last",
"title": "Dr",
"home": {
"address1": "123 B Street",
"address2": "Apt A",
"city": "My_city",
"state": "CA",
"postal_code": "94711",
"country": "US"
},
"dob": "1954-03-07T00:00:00Z",
"phone": "5105551214"
},
"beneficial_owner2": {
"first_name": "First",
"middle_name": "Middle",
"last_name": "Last",
"title": "Dr",
"home": {
"address1": "123 C Street",
"address2": "Apt D",
"city": "My_city",
"state": "CA",
"postal_code": "94711",
"country": "US"
},
"dob": "1957-01-07T00:00:00Z",
"phone": "5105551333"
},
"beneficial_owner3": {
"first_name": "First",
"middle_name": "Middle",
"last_name": "Last",
"title": "Dr",
"home": {
"address1": "123 C Street",
"address2": "Apt D",
"city": "My_city",
"state": "CA",
"postal_code": "94711",
"country": "US"
},
"dob": "1957-01-07T00:00:00Z",
"phone": "5105551333"
},
"beneficial_owner4": {
"first_name": "First",
"middle_name": "Middle",
"last_name": "Last",
"title": "Dr",
"home": {
"address1": "123 C Street",
"address2": "Apt D",
"city": "My_city",
"state": "CA",
"postal_code": "94711",
"country": "US"
},
"dob": "1957-01-07T00:00:00Z",
"phone": "5105551333"
},
"deposit_account": {
"token": "29b544e8-334f-4bb9-9d32-4bed1643a4a7",
"account_number": "40018839000040961",
"routing_number": "293748000",
"allow_immediate_credit": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment