Skip to content

Last updated: April 29, 2022

Example: Payment refunded

1
{
2
"id": "evt_rmbwhvwacc7u5iczmz2tdcogum",
3
"type": "payment_refunded",
4
"version": "1.0.1",
5
"created_on": "2020-02-03T11:35:03Z",
6
"data": {
7
"action_id": "act_7fmebms4rtmuja2poigylogjk4",
8
"response_code": "10000",
9
"response_summary": "Approved",
10
"reference": "ORD-5023-4E89",
11
"amount": 200,
12
"balances": {
13
"total_authorized": 200,
14
"total_voided": 0,
15
"available_to_void": 0,
16
"total_captured": 200,
17
"available_to_capture": 0,
18
"total_refunded": 200,
19
"available_to_refund": 0
20
},
21
"processing": {
22
"acquirer_transaction_id": "7026208384",
23
"acquirer_reference_number": "773993129364"
24
},
25
"id": "pay_pswr5qaqzzferh2puzfyrefzuy",
26
"currency": "GBP",
27
"processed_on": "2020-02-03T11:35:03Z",
28
"metadata": {
29
"coupon_code": "NY2018",
30
"partner_id": 123989
31
}
32
},
33
"_links": {
34
"self": {
35
"href": "https://api.checkout.com/events/evt_rmbwhvwacc7u5iczmz2tdcogum"
36
},
37
"subject": {
38
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
39
}
40
}
41
}