payment_authentication_failed
Last updated: April 29, 2022
Example: Payment authentication failed
1{2 "type": "payment_authentication_failed",3 "data": {4 "id": "pay_crbj4g6nfveezfrn47hgj5cs6q",5 "action_id": "act_mv72wxz6j2nene7l6urd7fcasa",6 "reference": "ORD-5023-4E89",7 "amount": 1000,8 "currency": "EUR",9 "response_code": "20152",10 "response_summary": "Initial 3DS transaction not completed within 15 minutes",11 "3ds": {12 "authentication_id": "sid_xxxxx",13 "version": "2.2.0",14 "upgrade_reason": "sca_retry",15 "challenged": true,16 "challenge_indicator": "challenge_requested",17 "exemption": "low_value",18 "redirect_url": "https://api.checkout.com/redirect/here"19 },20 "metadata": {21 "<field_name": "<field_value>"22 }23 }24}