forked from stripe-ruby-mock/stripe-ruby-mock
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathproduct.created.json
40 lines (38 loc) · 866 Bytes
/
product.created.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
{
"id": "evt_000000000000000000000000",
"object": "event",
"api_version": "2020-08-27",
"created": 1648320108,
"data": {
"object": {
"id": "prod_00000000000000",
"object": "product",
"active": true,
"attributes": [
],
"created": 1648320108,
"description": "(created by Stripe CLI)",
"images": [
],
"livemode": false,
"metadata": {
},
"name": "myproduct",
"package_dimensions": null,
"shippable": null,
"statement_descriptor": null,
"tax_code": null,
"type": "service",
"unit_label": null,
"updated": 1648320108,
"url": null
}
},
"livemode": false,
"pending_webhooks": 2,
"request": {
"id": "req_00000000000000",
"idempotency_key": "7f0e85cc-cf96-42be-a33a-07339f9fbe50"
},
"type": "product.created"
}