Skip to content

Instantly share code, notes, and snippets.

@alvinslee
Created September 14, 2021 23:27
Show Gist options
  • Save alvinslee/1b9916a00bffa3e4133673d9da0ad51e to your computer and use it in GitHub Desktop.
Save alvinslee/1b9916a00bffa3e4133673d9da0ad51e to your computer and use it in GitHub Desktop.
Marqeta Sample Data payload 03
{
"token":"jit_funds_biz",
"metadata":{
"my_name_1":"jit_Funds_Meta_1",
"my_name_2":"jit_Funds_Meta_2"
},
"notes":"My notes",
"password":"My_passw0rd",
"phone":"5105551212",
"website":"https://my_business_02.com",
"history":"My_business_history",
"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"
},
"ip_address":"67.120.28.118",
"business_name_legal":"JIT Funds Biz",
"business_name_dba":"JIT Funds Biz",
"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-15",
"date_established":"2010-04-15",
"general_business_description":"My_business_description",
"business_type":"My_business_type",
"international_office_locations":"Athens, Greece; Buenos Aires, Argentina",
"identifications":[
{
"type":"BUSINESS_TAX_ID",
"value":"123456789"
}
],
"duns_number":"123456789",
"primary_contact":{
"title":"Dr",
"department":"My_department",
"phone":"5105551212",
"extension":"11",
"fax":"5105551222",
"email":"dr.me@my.business.com",
"full_name":"First Middle Last",
"mobile":"5105551213"
},
"proprietor_or_officer":{
"title":"Dr",
"dob":"1954-03-07",
"phone":"5105551214",
"email":"dr.me@my.business.com",
"first_name":"First",
"middle_name":"Middle",
"last_name":"Last",
"alternative_names":"My alternative name",
"home":{
"address1":"123 B Street",
"address2":"Apt A",
"city":"My_city",
"state":"CA",
"postal_code":"94711",
"country":"US"
}
},
"beneficial_owner1":{
"title":"Dr",
"dob":"1954-03-07",
"ssn":"123456789",
"phone":"5105551214",
"first_name":"First",
"middle_name":"Middle",
"last_name":"Last",
"home":{
"address1":"123 B Street",
"address2":"Apt A",
"city":"My_city",
"state":"CA",
"postal_code":"94711",
"country":"US"
}
},
"beneficial_owner2":{
"title":"Dr",
"dob":"1957-01-07",
"ssn":"123456789",
"phone":"5105551333",
"first_name":"First",
"middle_name":"Middle",
"last_name":"Last",
"home":{
"address1":"123 C Street",
"address2":"Apt D",
"city":"My_city",
"state":"CA",
"postal_code":"94711",
"country":"US"
}
},
"beneficial_owner3":{
"title":"Dr",
"dob":"1957-01-07",
"ssn":"123456789",
"phone":"5105551333",
"first_name":"First",
"middle_name":"Middle",
"last_name":"Last",
"home":{
"address1":"123 C Street",
"address2":"Apt D",
"city":"My_city",
"state":"CA",
"postal_code":"94711",
"country":"US"
}
},
"beneficial_owner4":{
"title":"Dr",
"dob":"1957-01-07",
"ssn":"123456789",
"phone":"5105551333",
"first_name":"First",
"middle_name":"Middle",
"last_name":"Last",
"home":{
"address1":"123 C Street",
"address2":"Apt D",
"city":"My_city",
"state":"CA",
"postal_code":"94711",
"country":"US"
}
},
"attester_name":"Jane Smith",
"attester_title":"Chief Executive Officer",
"attestation_date":"2020-03-03"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment