1{
2 "id": "WH-34M010001R114212F-8LR00246M4043391E",
3 "event_version": "1.0",
4 "create_time": "2024-09-11T09:11:03.200Z",
5 "resource_type": "checkout-order",
6 "resource_version": "2.0",
7 "event_type": "CHECKOUT.ORDER.COMPLETED",
8 "summary": "Checkout Order Completed",
9 "resource": {
10 "create_time": "2024-09-11T09:10:18Z",
11 "purchase_units": [
12 {
13 "reference_id": "REF123",
14 "amount": {
15 "currency_code": "USD",
16 "value": "6.00",
17 "breakdown": {
18 "item_total": {
19 "currency_code": "USD",
20 "value": "6.00"
21 },
22 "shipping": {
23 "currency_code": "USD",
24 "value": "0.00"
25 },
26 "handling": {
27 "currency_code": "USD",
28 "value": "0.00"
29 },
30 "insurance": {
31 "currency_code": "USD",
32 "value": "0.00"
33 },
34 "shipping_discount": {
35 "currency_code": "USD",
36 "value": "0.00"
37 }
38 }
39 },
40 "payee": {
41 "email_address": "p4pmp_99c58fac-be6b-48f7-ad20-63e7f9f0268a@paypal.com",
42 "display_data": {
43 "brand_name": "INC"
44 }
45 },
46 "soft_descriptor": "DEMO",
47 "payments": {
48 "captures": [
49 {
50 "id": "7SW18441P6357352M",
51 "status": "DECLINED",
52 "status_details": {
53 "reason": "DECLINED_BY_RISK_FRAUD_FILTERS"
54 },
55 "amount": {
56 "currency_code": "USD",
57 "value": "6.00"
58 },
59 "final_capture": true,
60 "disbursement_mode": "INSTANT",
61 "seller_protection": {
62 "status": "NOT_ELIGIBLE"
63 },
64 "seller_receivable_breakdown": {
65 "gross_amount": {
66 "currency_code": "USD",
67 "value": "6.00"
68 },
69 "net_amount": {
70 "currency_code": "USD",
71 "value": "6.00"
72 }
73 },
74 "links": [
75 {
76 "href": "https://api.paypal.com/v2/payments/captures/7SW18441P6357352M",
77 "rel": "self",
78 "method": "GET"
79 },
80 {
81 "href": "https://api.paypal.com/v2/payments/captures/7SW18441P6357352M/refund",
82 "rel": "refund",
83 "method": "POST"
84 },
85 {
86 "href": "https://api.paypal.com/v2/checkout/orders/8EY32815388724808",
87 "rel": "up",
88 "method": "GET"
89 }
90 ],
91 "create_time": "2024-09-11T09:10:27Z",
92 "update_time": "2024-09-11T09:10:27Z",
93 "network_transaction_reference": {
94 "id": "895546237854296",
95 "network": "VISA"
96 },
97 "processor_response": {
98 "avs_code": "A",
99 "cvv_code": "D",
100 "response_code": "0000"
101 }
102 }
103 ]
104 },
105 "risk_assessment": {
106 "fraud_filter_details": {
107 "status": "DENY",
108 "filters_applied": [
109 "AVS_ZIP_MISMATCH",
110 "CVV_MISMATCH"
111 ]
112 }
113 }
114 }
115 ],
116 "links": [
117 {
118 "href": "https://api.paypal.com/v2/checkout/orders/8EY32815388724808",
119 "rel": "self",
120 "method": "GET"
121 },
122 {
123 "href": "https://api.paypal.com/checkoutnow?token=8EY32815388724808",
124 "rel": "approve",
125 "method": "GET"
126 },
127 {
128 "href": "https://api.paypal.com:18824/v2/checkout/orders/8EY32815388724808",
129 "rel": "update",
130 "method": "PATCH"
131 },
132 {
133 "href": "https://api.paypal.com:18824/v2/checkout/orders/8EY32815388724808/capture",
134 "rel": "capture",
135 "method": "POST"
136 },
137 {
138 "href": "https://api.paypal.com:18824/v2/checkout/orders/8EY32815388724808/confirm-payment-source",
139 "rel": "confirm",
140 "method": "POST"
141 }
142 ],
143 "id": "8EY32815388724808",
144 "payment_source": {
145 "card": {
146 "name": "txnREFUND_AND_REVERSAL",
147 "last_digits": "9084",
148 "expiry": "2026-01",
149 "brand": "VISA",
150 "available_networks": [
151 "VISA"
152 ],
153 "type": "CREDIT",
154 "bin_details": {
155 "bin": "407055807",
156 "issuing_bank": "SIERRA CENTRAL CREDIT UNION",
157 "bin_country_code": "US"
158 }
159 }
160 },
161 "intent": "CAPTURE",
162 "status": "CREATED"
163 },
164 "links": [
165 {
166 "href": "https://api.paypal.com/v1/notifications/webhooks-events/WH-34M010001R114212F-8LR00246M4043391E",
167 "rel": "self",
168 "method": "GET"
169 },
170 {
171 "href": "https://api.paypal.com:14084/v1/notifications/webhooks-events/WH-34M010001R114212F-8LR00246M4043391E/resend",
172 "rel": "resend",
173 "method": "POST"
174 }
175 ]
176}