Companies
Create Company
Create a new company.
post/companies
Request body
Example request
{
"name": "test",
"type_company": "owner",
"comercial_info": {
"website": "http://www.test.com",
"mcc": "5812",
"merchant_support_email": "test@test.com",
"merchant_support_phone": "5300000000"
},
"fiscal_info": {
"business_phone": "5300000000",
"fiscal_type": "moral"
},
"bank_account_info": {
"clabe": "002010077777777771"
}
}Response
Company created successfully