-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathfull-transaction-request.json
More file actions
93 lines (93 loc) · 2.23 KB
/
full-transaction-request.json
File metadata and controls
93 lines (93 loc) · 2.23 KB
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
{
"event": {
"party": "customer",
"transaction_id": "txn3134133",
"shop_id": "s2123",
"time": "2014-04-12T23:20:50.052+00:00",
"type": "purchase"
},
"account": {
"user_id": "3132",
"username_md5": "570a90bfbf8c7eab5dc5d4e26832d5b1"
},
"email": {
"address": "977577b140bfb7c516e4746204fbdb01",
"domain": "maxmind.com"
},
"billing": {
"first_name": "First",
"last_name": "Last",
"company": "Company",
"address": "101 Address Rd.",
"address_2": "Unit 5",
"city": "City of Thorns",
"region": "CT",
"country": "US",
"postal": "06510",
"phone_number": "123-456-7890",
"phone_country_code": "1"
},
"shipping": {
"first_name": "ShipFirst",
"last_name": "ShipLast",
"company": "ShipCo",
"address": "322 Ship Addr. Ln.",
"address_2": "St. 43",
"city": "Nowhere",
"region": "OK",
"country": "US",
"postal": "73003",
"phone_number": "123-456-0000",
"phone_country_code": "1",
"delivery_speed": "same_day"
},
"payment": {
"method": "card",
"processor": "stripe",
"was_authorized": false,
"decline_code": "invalid number"
},
"credit_card": {
"country": "US",
"issuer_id_number": "411111",
"last_digits": "7643",
"bank_name": "Bank of No Hope",
"bank_phone_country_code": "1",
"bank_phone_number": "123-456-1234",
"avs_result": "Y",
"cvv_result": "N",
"token": "123456abc1234",
"was_3d_secure_successful": true
},
"order": {
"amount": 323.21,
"currency": "USD",
"discount_code": "FIRST",
"affiliate_id": "af12",
"subaffiliate_id": "saf42",
"is_gift": true,
"has_gift_message": false,
"referrer_uri": "http://www.amazon.com/"
},
"shopping_cart": [
{
"category": "pets",
"item_id": "ad23232",
"quantity": 2,
"price": 20.43
},
{
"category": "beauty",
"item_id": "bst112",
"quantity": 1,
"price": 100.0
}
],
"device": {
"ip_address": "152.216.7.110",
"user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36",
"accept_language": "en-US,en;q=0.8",
"session_id": "foobar",
"session_age": 3600.8
}
}