forked from stripe-ruby-mock/stripe-ruby-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustomer.source.updated.json
47 lines (47 loc) · 1.1 KB
/
customer.source.updated.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
{
"id": "evt_000000000000000000000000",
"object": "event",
"api_version": "2020-08-27",
"created": 1648319966,
"data": {
"object": {
"id": "card_000000000000000000000000",
"object": "card",
"address_city": null,
"address_country": null,
"address_line1": null,
"address_line1_check": null,
"address_line2": null,
"address_state": null,
"address_zip": null,
"address_zip_check": null,
"brand": "Visa",
"country": "US",
"customer": "cus_00000000000000",
"cvc_check": null,
"dynamic_last4": null,
"exp_month": 3,
"exp_year": 2023,
"fingerprint": "ZoVSX2dK5igWt2SB",
"funding": "credit",
"last4": "4242",
"metadata": {
"foo": "bar"
},
"name": null,
"tokenization_method": null
},
"previous_attributes": {
"metadata": {
"foo": null
}
}
},
"livemode": false,
"pending_webhooks": 2,
"request": {
"id": "req_00000000000000",
"idempotency_key": "0b5b3636-5097-40ba-8839-7013d6090ab7"
},
"type": "customer.source.updated"
}