payment_chargeback
Last updated: April 29, 2022
Example: Payment chargeback
1{2 "id": "evt_hiefbhf5x2ye3f2qcyxfvye2ja",3 "type": "payment_chargeback",4 "created_on": "2018-05-10T10:41:35Z",5 "data": {6 "id": "pay_zlrug3xvfbsulovtpu2hhi33tq",7 "action_id": "act_7B15779D173D0W45700D",8 "processed_on": "2018-05-10T10:40:35Z",9 "scheme": "Visa",10 "currency": "GBP",11 "amount": 500,12 "payment_date": "2018-05-10T10:40:31Z",13 "indicator": "ADJM",14 "chargeback_code": "10.4",15 "reference": "TRK12345",16 "acquirer_reference_number": "3435301780034812032057",17 "customer_id": "cus_5au3sqiyr2yuvoa3g2gv2h7aku"18 },19 "_links": {20 "self": {21 "href": "https://api.checkout.com/events/evt_hiefbhf5x2ye3f2qcyxfvye2ja"22 },23 "payment": {24 "href": "https://api.checkout.com/payments/pay_zlrug3xvfbsulovtpu2hhi33tq"25 }26 }27}