Skip to content

Last updated: April 29, 2022

Example: Payment paid

1
{
2
"id": "evt_hbnxegj3dqyu5fsd4p2b4bxvpa",
3
"type": "payment_paid",
4
"created_on": "2019-12-11T08:59:39Z",
5
"data": {
6
"action_id": "act_fgmhgzodurievpxbdzgl3ftxce",
7
"auth_code": "924041",
8
"response_code": "10000",
9
"response_summary": "Approved",
10
"amount": 115,
11
"metadata": {
12
"coupon_code": "NY2018",
13
"partner_id": 123989
14
},
15
"destination": {
16
"id": "src_cdfv47bowvmezfdhjt7ibqrdxy",
17
"type": "card",
18
"expiry_month": 12,
19
"expiry_year": 2020,
20
"name": "John Smith",
21
"scheme": "Visa",
22
"last_4": "4242",
23
"fingerprint": "436d1eb12c4b92b9eeb1e798dea93a718c78f5362c7fb5d84b51c72a869b6101",
24
"bin": "424242",
25
"card_type": "Credit",
26
"card_category": "Consumer",
27
"issuer": "Test Bank",
28
"issuer_country": "US",
29
"product_id": "A",
30
"product_type": "Visa Traditional",
31
"avs_check": "S",
32
"cvv_check": "Y"
33
},
34
"customer": {
35
"id": "cus_bv2khjtcah5uzimoi2qvniwnsm"
36
},
37
"id": "pay_fk234x52k6i4rmjmqnzx474fqi",
38
"currency": "DKK",
39
"processed_on": "2019-12-11T08:59:40Z"
40
},
41
"_links": {
42
"self": {
43
"href": "https://api.checkout.com/events/evt_hbnxegj3dqyu5fsd4p2b4bxvpa"
44
},
45
"subject": {
46
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
47
}
48
}
49
}