Skip to content

payment_refund_declined

Last updated: 14th July 2022

Example: Payment refund declined

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
{
"id": "evt_z5w4pkadoi3u5hu5lmlklwrxla",
"type": "payment_refund_declined",
"version": "1.0.1",
"created_on": "2018-04-10T08:12:14Z",
"data": {
"id": "pay_y3oqhf46pyzuxjbcn2giaqnb44",
"action_id": "act_y3oqhf46pyzuxjbcn2giaqnb44",
"amount": 6540,
"currency": "USD",
"response_code": "20120",
"response_summary": "Invalid Customer/User",
"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"
}
}
}