-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpaymentMockResponse.json
100 lines (100 loc) · 2.34 KB
/
paymentMockResponse.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"additional_info": "",
"auto_return": "",
"back_urls": {
"failure": "http:///failure",
"pending": "http:///pending",
"success": "http:///success"
},
"binary_mode": false,
"client_id": "190788604317746",
"collector_id": 152308959,
"coupon_code": null,
"coupon_labels": null,
"date_created": "2022-10-08T14:53:43.019-04:00",
"date_of_expiration": null,
"expiration_date_from": null,
"expiration_date_to": null,
"expires": false,
"external_reference": "",
"id": "152308959-332d3ebc-e23b-4682-b2e0-c16bce441b29",
"init_point": "https://www.mercadopago.cl/checkout/v1/redirect?pref_id=152308959-332d3ebc-e23b-4682-b2e0-c16bce441b29",
"internal_metadata": null,
"items": [
{
"id": "",
"category_id": "category123",
"currency_id": "CLP",
"description": "dummy description",
"picture_url": "http://www.myapp.com/myimage.jpg",
"title": "Colchon Luuna",
"quantity": 1,
"unit_price": 10
}
],
"marketplace": "NONE",
"marketplace_fee": 0,
"metadata": {},
"notification_url": null,
"operation_type": "regular_payment",
"payer": {
"phone": {
"area_code": "",
"number": ""
},
"address": {
"zip_code": "",
"street_name": "",
"street_number": null
},
"email": "",
"identification": {
"number": "",
"type": ""
},
"name": "",
"surname": "",
"date_created": null,
"last_purchase": null
},
"payment_methods": {
"default_card_id": null,
"default_payment_method_id": null,
"excluded_payment_methods": [
{
"id": ""
}
],
"excluded_payment_types": [
{
"id": ""
}
],
"installments": null,
"default_installments": null
},
"processing_modes": null,
"product_id": null,
"redirect_urls": {
"failure": "",
"pending": "",
"success": ""
},
"sandbox_init_point": "https://sandbox.mercadopago.cl/checkout/v1/redirect?pref_id=152308959-332d3ebc-e23b-4682-b2e0-c16bce441b29",
"site_id": "MLC",
"shipments": {
"default_shipping_method": null,
"receiver_address": {
"zip_code": "",
"street_name": "",
"street_number": null,
"floor": "",
"apartment": "",
"city_name": null,
"state_name": null,
"country_name": null
}
},
"total_amount": null,
"last_updated": null
}