Skip to content

Last updated: November 16, 2022

Example: Card verified

1
{
2
"id": "evt_3mrfe5j34klopo7rvv74croaa4",
3
"type": "card_verified",
4
"version": "1.0.20",
5
"created_on": "2022-11-14T12:19:52.6096205Z",
6
"data": {
7
"id": "pay_fm7tyu6n37gebfmtbpfu4ffhaa",
8
"action_id": "act_iny5e2qhm5ie7gw7zkaqd7lvne",
9
"reference": "test payment",
10
"amount": 0,
11
"auth_code": "LYF8EK",
12
"currency": "GBP",
13
"payment_type": "Regular",
14
"processed_on": "2022-11-14T12:19:50.2673701Z",
15
"processing": {
16
"acquirer_transaction_id": "123438482318443321234",
17
"retrieval_reference_number": "123412701234"
18
},
19
"response_code": "10000",
20
"response_summary": "Approved",
21
"risk": {
22
"flagged": false
23
},
24
"3ds": {
25
"version": "2.1.0",
26
"challenged": false,
27
"challenge_indicator": "no_challenge_requested",
28
"exemption": "none",
29
"eci": "05",
30
"cavv": "ABEBASVDkQBBASDCgmMYdQAAAAA=",
31
"xid": "e6473b22-08ac-492d-a587-2aba9b80df6f",
32
"downgraded": false,
33
"enrolled": "Y",
34
"authentication_response": "Y",
35
"flow_type": "frictionless"
36
},
37
"scheme_id": "482318443902202",
38
"source": {
39
"id": "src_y24xb5bgqsuujb3ovxo5kfk26q",
40
"type": "card",
41
"billing_address": {},
42
"expiry_month": 1,
43
"expiry_year": 2029,
44
"scheme": "VISA",
45
"last_4": "1234",
46
"fingerprint": "71580b426f1d190d29087ff265d8f48df1ad34ede41c27cbff9d23c1a14d1776",
47
"bin": "123456",
48
"card_type": "DEBIT",
49
"card_category": "CONSUMER",
50
"issuer": "Test Bank",
51
"issuer_country": "GB",
52
"product_id": "I",
53
"product_type": "Visa Infinite",
54
"avs_check": "I",
55
"cvv_check": "Y"
56
},
57
"event_links": {
58
"payment": "https://api.checkout.com/payments/pay_fm7tyu6n37gebfmtbpfu4ffhaa",
59
"payment_actions": "https://api.checkout.com/payments/pay_fm7tyu6n37gebfmtbpfu4ffhaa/actions"
60
}
61
},
62
"_links": {
63
"self": {
64
"href": "https://api.checkout.com/workflows/events/evt_3mrfe5j34klopo7rvv74croaa4"
65
},
66
"subject": {
67
"href": "https://api.checkout.com/workflows/events/subject/pay_fm7tyu6n37gebfmtbpfu4ffhaa"
68
},
69
"payment": {
70
"href": "https://api.checkout.com/payments/pay_fm7tyu6n37gebfmtbpfu4ffhaa"
71
},
72
"payment_actions": {
73
"href": "https://api.checkout.com/payments/pay_fm7tyu6n37gebfmtbpfu4ffhaa/actions"
74
}
75
}
76
}