Skip to content

payment_captured

Last updated: 14th July 2022

Example: Captured payment

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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"id": "evt_6aznipgxbuaure3qen5qbzyswy",
"type": "payment_captured",
"version": "1.0.1",
"created_on": "2019-06-07T08:25:22Z",
"data": {
"action_id": "act_gse7gcrhleuedmzhq25n3mhweq",
"response_code": "10000",
"response_summary": "Approved",
"amount": 10000,
"balances": {
"total_authorized": 10000,
"total_voided": 0,
"available_to_void": 0,
"total_captured": 10000,
"available_to_capture": 0,
"total_refunded": 0,
"available_to_refund": 10000
},
"metadata": {
"coupon_code": "NY2018",
"partner_id": 123989
},
"processing": {
"acquirer_transaction_id": "8137549557",
"acquirer_reference_number": "000220552364"
},
"id": "pay_waji5li3mqtetnaor77xmow4bq",
"currency": "EUR",
"processed_on": "2019-06-07T08:25:22Z",
"reference": "ORD-5023-4E89"
},
"_links": {
"self": {
"href": "https://api.checkout.com/events/evt_6aznipgxbuaure3qen5qbzyswy"
},
"subject": {
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
}
}
}