Skip to content

payment_authorization_incremented

Last updated: 14th July 2022

Example: Payment Authorization Incremented

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
{
"id": "evt_z5w4pkadoi3u5hu5lmlklwrxla",
"type": "payment_authorization_incremented",
"created_on": "2018-04-10T08:12:14Z",
"data": {
"id":"pay_sdcdhwmpjgberkbzkugqe7pfum",
"action_id":"act_sdcdhwmpjgberkbzkugqe7pfum",
"amount":1000,
"currency":"EUR",
"approved":false,
"auth_code":"075867",
"eci":"05",
"scheme_id":"638284745624527",
"response_code":"20005",
"response_summary":"Declined",
"risk":{
"flagged":false
},
"processed_on":"2019-06-07T08:29:35Z",
"processing":{
"acquirer_transaction_id":"1551472431",
"retrieval_reference_number":"261987338924"
}
},
"_links": {
"self": {
"href": "https://api.checkout.com/events/evt_z5w4pkadoi3u5hu5lmlklwrxla"
},
"subject": {
"href": "https://api.checkout.com/workflows/events/subject/pay_jlfj2ful7z3u5lbykhy5lzezvm"
}
}
}