forked from stripe-ruby-mock/stripe-ruby-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
payment_method.detached.json
62 lines (62 loc) · 1.46 KB
/
payment_method.detached.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
{
"id": "evt_000000000000000000000000",
"object": "event",
"api_version": "2020-08-27",
"created": 1648320107,
"data": {
"object": {
"id" : "pm_000000000000000000000000",
"object" : "payment_method",
"created" : 1678559798,
"billing_details" : {
"address" : {
"city" : null,
"country" : "US",
"line1" : null,
"line2" : null,
"postal_code" : "42424",
"state" : null
},
"email" : null,
"name" : null,
"phone" : null
},
"card" : {
"brand" : "visa",
"checks" : {
"address_line1_check" : null,
"address_postal_code_check" : "pass",
"cvc_check" : "pass"
},
"country" : "US",
"exp_month" : 4,
"exp_year" : 2024,
"fingerprint" : "ZoVSX2dK5igWt2SB",
"funding" : "credit",
"generated_from" : null,
"last4" : "4242",
"networks" : {
"available" : [
"visa"
],
"preferred" : null
},
"three_d_secure_usage" : {
"supported" : true
},
"wallet" : null
},
"customer" : null,
"livemode" : false,
"metadata" : {},
"type" : "card"
}
},
"livemode": false,
"pending_webhooks": 2,
"request": {
"id": "req_00000000000000",
"idempotency_key": "381c7773-97ac-4c18-8fbe-e8bff5e6bbad"
},
"type": "payment_method.detached"
}