payment_declined
Last updated: April 29, 2022
Example: Declined payment
1{2 "id": "evt_h3wfa5symn3ehof6fbgilpu5fm",3 "type": "payment_declined",4 "created_on": "2019-06-07T08:27:26Z",5 "data": {6 "action_id": "act_pfyq4sdkrvoexn737g2e26c3xm",7 "payment_type": "REGULAR",8 "auth_code": "000000",9 "response_code": "20005",10 "response_summary": "Declined - Do Not Honour",11 "scheme_id": "638284745624527",12 "amount": 5,13 "source": {14 "id": "src_isu5yyegxg4e5l5yadnpu6y744",15 "type": "card",16 "expiry_month": 12,17 "expiry_year": 2025,18 "scheme": "VISA",19 "last_4": "4242",20 "fingerprint": "71580b426f1d190d29087ff265d8f48df1ad34ede41c27cbff9d23c1a14d1776",21 "bin": "424242",22 "card_type": "Credit",23 "card_category": "Consumer",24 "issuer": "JPMORGAN CHASE BANK NA",25 "issuer_country": "US",26 "product_id": "A",27 "product_type": "Visa Traditional",28 "avs_check": "S",29 "cvv_check": ""30 },31 "customer": {32 "id": "cus_gs47qn23bqmefhkmlpokm7vzxm"33 },34 "processing": {35 "acquirer_transaction_id": "8137549596",36 "retrieval_reference_number": "000896481776"37 },38 "id": "pay_pfyq4sdkrvoexn737g2e26c3xm",39 "currency": "EUR",40 "processed_on": "2019-06-07T08:27:26Z",41 "reference": "ORD-5023-4E89"42 },43 "_links": {44 "self": {45 "href": "https://api.sandbox.checkout.com/events/evt_h3wfa5symn3ehof6fbgilpu5fm"46 },47 "payment": {48 "href": "https://api.sandbox.checkout.com/payments/pay_pfyq4sdkrvoexn737g2e26c3xm"49 }50 }51}