Skip to main content

Documentation

Virtual Account Deposit Rejected Webhook

The ISSUING_DEPOSIT_REJECTED webhook is sent when the Rapyd rejects the transaction due to compliance related issues. In such scenarios the virtual account owner should contact Rapyd support.

  • ISSUING_DEPOSIT_REJECTED Webhook

  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "",
            "response_code": "",
            "operation_id": "608ca55c-447f-49de-824d-097a7f787ff3"
        },
        "data": {
            "token": "wh_g546495b77b79b364dea860cd",
            "type": "ISSUING_DEPOSIT_REJECTED",
            "data": {
                "bank_account": {
                    "bic": "SAMPLE",
                    "bank": "Sample bank",
                    "address": "54th Street, Anytown",
                    "country": "Germany",
                    "bank_code": "016",
                    "branch_code": "478",
                    "country_iso": "DE",
                    "account_number": "395135382",
                    "beneficiary_name": "John Doe ",
                    "requested_currency": "EUR"
                },
                "ewallet": "ewallet_3d08d12b0f6b8653a109ab0",
                "amount": 1000,
                "currency": "EUR",
                "issued_account_id": "issuing_1f9f35bdc9764b08f334cf",
                "issuing_transaction_id": "isutran_c360a37f6a97e052c0d806481",
                "remitter_information": {
                    "name": "Jane Smith",
                    "account_id": "123456789",
                    "bank_code": "",
                    "remitter_reference": "ICC209091827"
                },
                "original_amount": 1000,
                "original_currency": "EUR",
                "fx_rate": 1
            },
            "attempts": [],
            "status": "CLO",
            "last_attempt_at": 1762821472,
            "created_at": 1762821472,
            "next_attempt_at": 0
        }
    }