Skip to content

payment_voided

Last updated: 14th July 2022

Example: Payment voided

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_z5w4pkadoi3u5hu5lmlklwrxla",
"type": "payment_voided",
"version": "1.0.1",
"created_on": "2018-04-10T08:12:14Z",
"processing": {
"acquirer_transaction_id": "78654920211110093137MDH2MDT5S1110",
"acquirer_reference_number": "131409582328"
},
"data": {
"id": "pay_y3oqhf46pyzuxjbcn2giaqnb44",
"action_id": "act_y3oqhf46pyzuxjbcn2giaqnb44",
"amount": 6540,
"balances": {
"total_authorized": 6540,
"total_voided": 6540,
"available_to_void": 0,
"total_captured": 0,
"available_to_capture": 0,
"total_refunded": 0,
"available_to_refund": 0
},
"currency": "USD",
"response_code": "10000",
"response_summary": "Approved",
"reference": "ORD-5023-4E89",
"metadata": {
"coupon_code": "NY2018",
"partner_id": 123989
},
"processed_on": "2018-04-19T15:56:59Z"
},
"_links": {
"self": {
"href": "https://api.checkout.com/events/evt_z5w4pkadoi3u5hu5lmlklwrxla"
},
"subject": {
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
}
}
}