-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.example.json
More file actions
72 lines (72 loc) · 1.82 KB
/
Copy pathparams.example.json
File metadata and controls
72 lines (72 loc) · 1.82 KB
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
68
69
70
71
72
{
"environment": "producao_restrita",
"certificate": {
"path": "./certs/certificado-a1.pfx",
"chain_path": null
},
"dps": {
"number": "1",
"series": "10000",
"municipality_code": "3550308",
"issue_date": "",
"competence_date": "",
"issue_datetime": "",
"app_version": "EmissorWeb_1.4.0.27",
"emitter_type": 1
},
"issuer": {
"tax_id": "12345678000199",
"municipal_registration": "123456",
"name": "Empresa Prestadora LTDA",
"phone": "27999999999",
"email": "fiscal@empresa.com",
"simples_nacional_optant": 1,
"special_tax_regime": 0
},
"service_taker": {
"tax_id": null,
"name": "Foreign Client Inc.",
"email": null,
"is_foreign": true,
"non_nif_code": 2,
"country_code": "US",
"postal_code": "94114",
"city": "San Francisco",
"state_province": "CA",
"street": "Market Street",
"number": "2261",
"complement": "Suite 4008",
"neighborhood": "n/a"
},
"service": {
"description": "Software development services for foreign customer",
"amount": "1500.00",
"deductions": "0.00",
"iss_rate": "0.00",
"withheld_iss": true,
"national_service_code": "010401",
"municipal_tax_code": null,
"nbs_code": "115025000",
"service_country_code": "US",
"export_mode": 1,
"service_link_code": 0,
"currency_type_code": 986,
"payment_method_provider": "01",
"payment_method_taker": "01",
"temporary_goods_movement": 1,
"mdic_indicator": 0,
"trib_issqn_code": 3,
"iss_retention_type": 1,
"pis_cofins_cst": "08",
"pis_cofins_retention_type": 0,
"total_tax_federal": "0.00",
"total_tax_state": "0.00",
"total_tax_municipal": "0.00"
},
"request": {
"timeout_seconds": 30,
"retries": 1,
"verify_tls": true,
"api_base_url_override": null
}
}