Skip to main content

Documentation

Authorization Declined Webhook

The AUTHORIZATION_DECLINED webhook is sent when Rapyd declines a request to authorize a transaction by an issued card.

  • AUTHORIZATION_DECLINED Webhook

  • {
        "id": "wh_0bb269acc4bc7c70e6d8a2c51d258658",
        "data": {
            "type": "AUTHORIZATION_DECLINED",
            "amount": 100,
            "org_id": "3ec4db3e-ef39-11e9-9ffc-12c4c8fed768",
            "currency": "USD",
            "card_token": "card_371274e1947c3fda45d3078b9baba590",
            "decline_code": "57",
            "issuing_txn_type": "SALE",
            "transaction_token": "",
            "card_authorization": "cardauth_04b907a5b4fab968931494e72112ec58"
        },
        "type": "AUTHORIZATION_DECLINED",
        "status": "NEW",
        "created_at": 1644240356,
        "trigger_operation_id": "f041b647-1fd8-4209-aca7-bf2b298b60bd"
    }