Skip to content

payment_refunded

Last updated: 14th July 2022

Example: Payment refunded

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_rmbwhvwacc7u5iczmz2tdcogum",
"type": "payment_refunded",
"version": "1.0.1",
"created_on": "2020-02-03T11:35:03Z",
"data": {
"action_id": "act_7fmebms4rtmuja2poigylogjk4",
"response_code": "10000",
"response_summary": "Approved",
"reference": "ORD-5023-4E89",
"amount": 200,
"balances": {
"total_authorized": 200,
"total_voided": 0,
"available_to_void": 0,
"total_captured": 200,
"available_to_capture": 0,
"total_refunded": 200,
"available_to_refund": 0
},
"processing": {
"acquirer_transaction_id": "7026208384",
"acquirer_reference_number": "773993129364"
},
"id": "pay_pswr5qaqzzferh2puzfyrefzuy",
"currency": "GBP",
"processed_on": "2020-02-03T11:35:03Z",
"metadata": {
"coupon_code": "NY2018",
"partner_id": 123989
}
},
"_links": {
"self": {
"href": "https://api.checkout.com/events/evt_rmbwhvwacc7u5iczmz2tdcogum"
},
"subject": {
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
}
}
}