Skip to main content

Documentation

Card Issuing Reversal Webhook

The CARD_ISSUING_REVERSAL webhook is sent when Rapyd reverses a transaction made by an issued card.

  • CARD_ISSUING_REVERSAL Webhook

  • {
        "id": "wh_2c9472dc86db8b7f6ce1823e93b17ca2",
        "data": {
            "id": "cit_1264ba449641f70020fedb68ef9aaa9f",
            "bin": "426176",
            "last4": "1074",
            "amount": 100,
            "card_id": "card_c7b8b1c48444616206628f99fbe75484",
            "fx_rate": null,
            "currency": "BRL",
            "auth_code": "d3cb09",
            "created_at": 1704088093,
            "card_program": "cardprog_fdcf3be6a5f9fdff6082f925a4a6d098",
            "pos_entry_mode": "",
            "issuing_txn_type": "REVERSAL",
            "card_authorization": "cardauth_f381e69bd806206d5f2e8aba0be7e193",
            "original_txn_amount": 100,
            "original_txn_currency": "BRL",
            "wallet_transaction_id": "wt_9af20d7c564e548d9053348a5361802b",
            "merchant_category_code": "",
            "merchant_name_location": "Four Star Volcano Tours - Grindavik",
            "original_transaction_id": "cit_3c057b329fc1144b3184081b6c07de7a",
            "authorization_approved_by": "Rapyd",
            "retrieval_reference_number": "",
            "systems_trace_audit_number": ""
        },
        "type": "CARD_ISSUING_REVERSAL",
        "status": "NEW",
        "created_at": 1704088113,
        "trigger_operation_id": "833f88cd-f8a8-4ea1-bf42-0c022cdf221f"
    }