Skip to content

payment_declined

Last updated: 14th July 2022

Example: Declined payment

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
{
"id": "evt_h3wfa5symn3ehof6fbgilpu5fm",
"type": "payment_declined",
"version": "1.0.1",
"created_on": "2019-06-07T08:27:26Z",
"data": {
"action_id": "act_pfyq4sdkrvoexn737g2e26c3xm",
"payment_type": "REGULAR",
"auth_code": "000000",
"response_code": "20005",
"response_summary": "Declined - Do Not Honour",
"scheme_id": "638284745624527",
"amount": 5,
"metadata": {
"coupon_code": "NY2018",
"partner_id": 123989
},
"source": {
"id": "src_isu5yyegxg4e5l5yadnpu6y744",
"type": "card",
"billing_address": {
"line1": "Shepherdess Walk",
"line2": "Central",
"town_city": "Hoxton",
"state": "London",
"zip": "N1 7LH",
"country": "GB"
},
"expiry_month": 12,
"expiry_year": 2025,
"scheme": "VISA",
"last_4": "4242",
"fingerprint": "71580b426f1d190d29087ff265d8f48df1ad34ede41c27cbff9d23c1a14d1776",
"bin": "424242",
"card_type": "Credit",
"card_category": "Consumer",
"issuer": "JPMORGAN CHASE BANK NA",
"issuer_country": "US",
"product_id": "A",
"product_type": "Visa Traditional",
"avs_check": "S",
"cvv_check": ""
},
"customer": {
"id": "cus_gs47qn23bqmefhkmlpokm7vzxm",
"email": "t***@g****.com"
},
"processing": {
"acquirer_transaction_id": "8137549596",
"retrieval_reference_number": "000896481776"
},
"id": "pay_pfyq4sdkrvoexn737g2e26c3xm",
"currency": "EUR",
"processed_on": "2019-06-07T08:27:26Z",
"reference": "ORD-5023-4E89"
},
"risk": {
"flagged": false
},
"_links": {
"self": {
"href": "https://api.checkout.com/events/evt_h3wfa5symn3ehof6fbgilpu5fm"
},
"subject": {
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
}
}
}