Skip to content

payment_capture_pending

Last updated: 14th July 2022

Example: Payment capture pending

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