Skip to main content

Documentation

Quarantine Declined Webhook

The QUARANTINE_DECLINED webhook is sent when Rapyd permanently declines a transaction that was placed in quarantine.

  • QUARANTINE_DECLINED Webhook

  • {
        "id": "wh_dc905c661f273ac304c46f5d7db4ad8a",
        "data": {
            "token": "qm_7b36e91027f566f31a3782531e74a122",
            "target_tokens": [
                "payout_71987d8e65a4e7a68a5ea000e1984a24"
    	],
            "limits": {
                "limit_name": "Wallet total balance",
                "limit_value": 1100,
                "breach_value": 1102.38,
                "wallet_token": "ewallet_0c8e536d7a851db043387c5dab94f0f7",
                "compliance_profile": 3
            },
            "reason": "limits",
            "source": "compliance",
            "status": "DEC",
            "created_at": 1646529841,
            "error_code": "TRANSACTION_LIMIT_BREACHED",
            "updated_at": 1646529841,
            "action_type": "create_payment",
            "resolved_at": 0,
            "action_flow_id": "7bdaeaaa-8ed0-4815-affa-771b28ac1f35",
            "duplicated_action_flow_id": null
        },
        "type": "QUARANTINE_DECLINED",
        "status": "NEW",
        "created_at": 1646529843,
        "extended_timestamp": 1646529843336,
        "trigger_operation_id": "cf9b45b9-ad65-4589-b0e7-14218b2b06e3"
    }