-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpreauthorization-release-failed.json
More file actions
46 lines (46 loc) · 1.16 KB
/
preauthorization-release-failed.json
File metadata and controls
46 lines (46 loc) · 1.16 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
{
"event": "preauthorization.release.failed",
"data": {
"amount": 1000,
"authorization": {
"account_name": null,
"authorization_code": "AUTH_ove5p6reju",
"bank": "NEDBANK",
"bin": "492213",
"brand": "visa",
"card_type": "visa credit",
"channel": "card",
"country_code": "ZA",
"exp_month": "03",
"exp_year": "2025",
"last4": "6658",
"reusable": true,
"signature": "SIG_9bg7BgE0xiRxNVsil7Yo"
},
"captured_amount": null,
"captured_at": null,
"currency": "ZAR",
"customer": {
"id": 1,
"first_name": "John",
"last_name": "Doe",
"email": "john@test.com",
"customer_code": "CUS_yqcuukj44ype5u1",
"phone": "01142272921",
"metadata": null,
"risk_action": "default",
"international_format_phone": null
},
"domain": "live",
"fees": 100,
"message": "Release failed",
"id": 3118,
"merchant_id": 412922,
"merchant_name": "Test Business",
"metadata": null,
"reference": "h15lgtld6kqlkcm",
"status": "release_failed",
"transaction_id": null,
"expiry_date": "2023-11-19T23:28:52.000Z"
}
}