Skip to content

Last updated: April 29, 2022

Example: Payment capture pending

1
{
2
"id": "evt_legz2boielcudl6bsgftptoj4e",
3
"source": "gateway",
4
"type": "payment_capture_pending",
5
"timestamp": "2021-06-11T11:40:33.755+00:00",
6
"version": "1.0.9",
7
"data": {
8
"id": "pay_wafpfwejyitetb5aolywmqbxny",
9
"action_id": "act_s3cs5ncfdhletng33xmppexf4y",
10
"amount": 100,
11
"processed_on": "2021-06-11T11:40:32.8607447+00:00",
12
"reference": "ORD-5023-4E89",
13
"metadata": {
14
"coupon_code": "NY2018",
15
"partner_id": "123989"
16
},
17
"currency": "EUR"
18
},
19
"_links": {
20
"self": {
21
"href": "https://api.checkout.com/events/evt_gfb4ff5iov6efmgqggzsqactau"
22
},
23
"subject": {
24
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
25
}
26
}
27
}