payment_pending
Last updated: April 29, 2022
Example: Payment pending
1{2 "id": "evt_z5w4pkadoi3u5hu5lmlklwrxla",3 "type": "payment_pending",4 "created_on": "2018-04-10T08:12:14Z",5 "data": {6 "id": "pay_y3oqhf46pyzuxjbcn2giaqnb44",7 "amount": 6540,8 "currency": "USD",9 "metadata": {10 "coupon_code": "NY2018",11 "partner_id": 12398912 },13 "processed_on": "2018-04-19T15:56:59Z",14 "reference": "ORD-5023-4E89"15 },16 "_links": {17 "self": {18 "href": "https://api.checkout.com/events/evt_z5w4pkadoi3u5hu5lmlklwrxla"19 },20 "payment": {21 "href": "https://api.checkout.com/payments/pay_y3oqhf46pyzuxjbcn2giaqnb44"22 }23 }24}