-
Notifications
You must be signed in to change notification settings - Fork 2
/
create-company.json
67 lines (67 loc) · 1.57 KB
/
create-company.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"document_number": "36787162537",
"name": "Joao",
"estimated_monthly_tpv": 30000,
"mcc": "5211",
"default_payment_provider": "hash",
"full_name": "Joao Store LTDA",
"email": "joao+doc@hash.com.br",
"anticipation_type": "automatic",
"anticipation_days_interval": 1,
"contact": {
"name": "Joao",
"phone": "11981225030",
"email": "joao+doc@email.com.br"
},
"bank_account": {
"bank_code": "341",
"agencia": "0721",
"agencia_dv": "3",
"conta": "02733",
"conta_dv": "2",
"legal_name": "Joao Store LTDA",
"document_number": "36787162537"
},
"address": {
"street": "RUA JOAQUIM OLIVEIRA FREITAS",
"street_number": "12332",
"zipcode": "05133000",
"neighborhood": "VILA MANGALOT",
"state": "SP",
"city": "Sao Paulo",
"country": "076"
},
"shipping_address": {
"street": "Av. Artur de Queiros",
"street_number": "394",
"zipcode": "09015510",
"neighborhood": "Casa Branca",
"state": "SP",
"city": "Santo Andre"
},
"metadata": {
"teste": [
{
"oi": 123
}
]
},
"company_metadata": {
"alguma_info_customizada": "super_custom",
"central": "01",
"type": "partner",
"partner": "SP_01",
"salesman": "guido+salesman@hash.com.br"
},
"email_configurations": {
"custom_domain_enabled": false,
"send_activation_email": false
},
"main_capture_method": "pos",
"capture_method_hardware_owner": "company",
"transfer_configurations": {
"automatic_transfer_enabled": true,
"transfer_frequency": "daily",
"transfer_date": 1
}
}