-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsample-event.stripe-workflow.json
100 lines (100 loc) · 2.78 KB
/
sample-event.stripe-workflow.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
{
"version": "0",
"id": "cd196bf1-14e6-43d7-7295-44f4d2a503c4",
"detail-type": "checkout.session.completed",
"source": "stripe.com",
"account": "XXXXXXXXXX",
"time": "2022-10-16T21:47:06Z",
"region": "xxxxxxxxx",
"resources": [],
"detail": {
"id": "evt_1LteflAousYo8L0GSYqDQF8j",
"object": "event",
"api_version": "2022-08-01",
"created": 1665956825,
"data": {
"object": {
"id": "cs_test_a10IlJCygrLqPgHyXfdvT2FOzVyh9vZA44xFWbkajc3QPeyxk6KlueTRUY",
"object": "checkout.session",
"after_expiration": null,
"allow_promotion_codes": false,
"amount_subtotal": 100,
"amount_total": 100,
"automatic_tax": {
"enabled": false,
"status": null
},
"billing_address_collection": "auto",
"cancel_url": "https://stripe.com",
"client_reference_id": null,
"consent": null,
"consent_collection": {
"promotions": "none",
"terms_of_service": "none"
},
"created": 1665956804,
"currency": "eur",
"customer": "cus_McuUxH9deA3wfI",
"customer_creation": "always",
"customer_details": {
"address": {
"city": null,
"country": "NL",
"line1": null,
"line2": null,
"postal_code": null,
"state": null
},
"email": "[email protected]",
"name": "TOMOHARU ITO",
"phone": null,
"tax_exempt": "none",
"tax_ids": []
},
"customer_email": null,
"expires_at": 1666043203,
"livemode": false,
"locale": "auto",
"metadata": {},
"mode": "payment",
"payment_intent": "pi_3LtefjAousYo8L0G1HwrcZyU",
"payment_link": "plink_1LsRonAousYo8L0GKtxHfPUY",
"payment_method_collection": "always",
"payment_method_options": {},
"payment_method_types": [
"card"
],
"payment_status": "paid",
"phone_number_collection": {
"enabled": false
},
"recovered_from": null,
"setup_intent": null,
"shipping_address_collection": null,
"shipping_cost": null,
"shipping_details": null,
"shipping_options": [],
"status": "complete",
"submit_type": "auto",
"subscription": null,
"success_url": "https://stripe.com",
"tax_id_collection": {
"enabled": true
},
"total_details": {
"amount_discount": 0,
"amount_shipping": 0,
"amount_tax": 0
},
"url": null
}
},
"livemode": false,
"pending_webhooks": 1,
"request": {
"id": null,
"idempotency_key": null
},
"type": "checkout.session.completed"
}
}