Skip to content

Last updated: April 29, 2022

Example: Payment refund pending

1
{
2
"id": "evt_si4yxt7tjkvelephxc4kgo7r6e",
3
"source": "gateway",
4
"type": "payment_refund_pending",
5
"timestamp": "2021-06-11T11:43:02.292+00:00",
6
"version": "1.0.9",
7
"data": {
8
"id": "pay_wafpfwejyitetb5aolywmqbxny",
9
"action_id": "act_wn4emh2jhu5efoz5ghl3bui4zq",
10
"amount": 100,
11
"processed_on": "2021-06-11T11:42:57.3445187+00:00",
12
"currency": "EUR"
13
},
14
"_links": {
15
"self": {
16
"href": "https://api.checkout.com/events/evt_gfb4ff5iov6efmgqggzsqactau"
17
},
18
"subject": {
19
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
20
}
21
}
22
}