payment_declined (Card Payouts)
Last updated: April 29, 2022
Example: Declined payment (Card Payouts)
1{2 "id": "evt_pktvel6mu4pe7ccp2fj2eptd5e",3 "type": "payment_declined",4 "created_on": "2019-12-11T09:00:10Z",5 "data": {6 "action_id": "act_kqknlhpwscaetbzyk2b773jiti",7 "auth_code": "223252",8 "response_code": "20005",9 "response_summary": "Declined - Do Not Honour",10 "amount": 20005,11 "metadata": {},12 "destination": {13 "type": "card",14 "expiry_month": 12,15 "expiry_year": 2020,16 "name": "John Smith",17 "scheme": "Visa",18 "last_4": "4242",19 "fingerprint": "436d1eb12c4b92b9eeb1e798dea93a718c78f5362c7fb5d84b51c72a869b6101",20 "bin": "424242",21 "card_type": "Credit",22 "card_category": "Consumer",23 "issuer": "JPMORGAN CHASE BANK NA",24 "issuer_country": "US",25 "product_id": "A",26 "product_type": "Visa Traditional",27 "avs_check": "S",28 "cvv_check": "Y"29 },30 "customer": {31 "id": "cus_4dmcskkwjhwuxjel2cmi6ce5za"32 },33 "id": "pay_3tg7yzq34lmmpdn2exmgjm4fvm",34 "currency": "DKK",35 "processed_on": "2019-12-11T09:00:10Z",36 "reference": "example payout"37 },38 "_links": {39 "self": {40 "href": "https://api.sandbox.checkout.com/events/evt_pktvel6mu4pe7ccp2fj2eptd5e"41 },42 "payment": {43 "href": "https://api.sandbox.checkout.com/payments/pay_3tg7yzq34lmmpdn2exmgjm4fvm"44 }45 }46}