Skip to content

Last updated: April 29, 2022

Example: Payment returned

1
{
2
"id": "evt_z5w4pkadoi3u5hu5lmlklwrxla",
3
"type": "payment_returned",
4
"created_on": "2018-04-10T08:12:14Z",
5
"data": {
6
"id":"pay_3tg7yzq34lmmpdn2exmgjm4fvm",
7
"action_id":"act_kqknlhpwscaetbzyk2b773jiti",
8
"response_code":"10000",
9
"response_summary":"Approved",
10
"amount":8130,
11
"currency":"GBP",
12
"source":{
13
"type":"currency_account",
14
"id":"ca_y3oqhf46pyzuxjbcn2giaqnb44"
15
},
16
"destination":{
17
"type":"bank_account",
18
"id":"src_wmlfc3zyhqzehihu7giusaaawu",
19
"fingerprint":"vnsdrvikkvre3dtrjjvlm5du4q"
20
},
21
"processed_on":"2020-04-22T09:00:10Z",
22
"reference":"Calibra's reference"
23
},
24
"_links": {
25
"self": {
26
"href": "https://api.checkout.com/events/evt_z5w4pkadoi3u5hu5lmlklwrxla"
27
},
28
"subject": {
29
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
30
}
31
}
32
}