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
73
| {
"account_id": "",
"order_id": "",
"client_ref": "",
"credit_card_id": "",
"mcc": "",
"cnpj": "",
"amount_cents": "",
"installments": "",
"soft_descriptor": "",
"currency": "",
"extra_amount_cents": "",
"fines_cents": "",
"discount_cents": "",
"recurrent": "",
"ip_address": "",
"site": "",
"skip_anti_fraud": "",
"sub_merchant": {
"id": "",
"document_type": "",
"document_number": "",
"address": "",
"city": "",
"state": "",
"country_code": "",
"postal_code": "",
"mcc": "",
"company_name": "",
"phone_number": ""
},
"items": [
{
"name": "",
"type": "",
"price_cents": "",
"description": "",
"quantity": ""
}
],
"payer": {
"email": "",
"id": "",
"name": "",
"document_number": "",
"phone_prefix": "",
"phone_number": "",
"gender": "",
"borned_at": "",
"created_at": "",
"address": {
"street": "",
"number": "",
"district": "",
"city": "",
"state": "",
"country": "",
"postal_code": ""
}
},
"receiver": {
"name": "",
"document_number": "",
"postal_code": ""
},
"subscription": {
"id": "",
"price_cents": "",
"recurrence": "",
"started_at": "",
"expires_at": ""
}
}
|