-
Notifications
You must be signed in to change notification settings - Fork 0
/
session-details.json
140 lines (140 loc) · 3.61 KB
/
session-details.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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"id": "cs_test_a1LytjwiGvKCPMNd0Gs0nhCqeFdKw4JFzAz5ZnTWJqtZvrmnwvvBl0DU95",
"object": "checkout.session",
"after_expiration": null,
"allow_promotion_codes": null,
"amount_subtotal": 1500,
"amount_total": 1500,
"automatic_tax": {
"enabled": false,
"liability": null,
"status": null
},
"billing_address_collection": null,
"cancel_url": "http://localhost:3000/cancel",
"client_reference_id": null,
"client_secret": null,
"consent": null,
"consent_collection": null,
"created": 1728649104,
"currency": "usd",
"currency_conversion": null,
"custom_fields": [],
"custom_text": {
"after_submit": null,
"shipping_address": null,
"submit": null,
"terms_of_service_acceptance": null
},
"customer": "cus_R0jHHQ1EO75E7u",
"customer_creation": "always",
"customer_details": {
"address": {
"city": null,
"country": "US",
"line1": null,
"line2": null,
"postal_code": "23542",
"state": null
},
"email": "[email protected]",
"name": "Carlos manuel",
"phone": null,
"tax_exempt": "none",
"tax_ids": []
},
"customer_email": null,
"expires_at": 1728735503,
"invoice": "in_1Q8hpDCCO85LUEYfmKcYMPbG",
"invoice_creation": null,
"line_items": {
"object": "list",
"data": [
{
"id": "li_1Q8hnXCCO85LUEYfPtuy1Dby",
"object": "item",
"amount_discount": 0,
"amount_subtotal": 1500,
"amount_tax": 0,
"amount_total": 1500,
"currency": "usd",
"description": "Starter",
"price": {
"id": "price_1PnKOZCCO85LUEYfbtHG4qxg",
"object": "price",
"active": true,
"billing_scheme": "per_unit",
"created": 1723554255,
"currency": "usd",
"custom_unit_amount": null,
"livemode": false,
"lookup_key": null,
"metadata": {},
"nickname": "",
"product": "prod_Qedf2rIUROkzPH",
"recurring": {
"aggregate_usage": null,
"interval": "month",
"interval_count": 1,
"meter": null,
"trial_period_days": null,
"usage_type": "licensed"
},
"tax_behavior": "unspecified",
"tiers_mode": null,
"transform_quantity": null,
"type": "recurring",
"unit_amount": 1500,
"unit_amount_decimal": "1500"
},
"quantity": 1
}
],
"has_more": false,
"url": "/v1/checkout/sessions/cs_test_a1LytjwiGvKCPMNd0Gs0nhCqeFdKw4JFzAz5ZnTWJqtZvrmnwvvBl0DU95/line_items"
},
"livemode": false,
"locale": null,
"metadata": {},
"mode": "subscription",
"payment_intent": null,
"payment_link": null,
"payment_method_collection": "always",
"payment_method_configuration_details": null,
"payment_method_options": {
"card": {
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"payment_status": "paid",
"phone_number_collection": {
"enabled": false
},
"recovered_from": null,
"saved_payment_method_options": {
"allow_redisplay_filters": [
"always"
],
"payment_method_remove": null,
"payment_method_save": null
},
"setup_intent": null,
"shipping_address_collection": null,
"shipping_cost": null,
"shipping_details": null,
"shipping_options": [],
"status": "complete",
"submit_type": null,
"subscription": "sub_1Q8hpDCCO85LUEYfDHXT63XD",
"success_url": "http://localhost:3000/success",
"total_details": {
"amount_discount": 0,
"amount_shipping": 0,
"amount_tax": 0
},
"ui_mode": "hosted",
"url": null
}