Skip to main content

Documentation

Card Issuing ATM Fee Webhook

The CARD_ISSUING_ATM_FEE webhook is sent when Rapyd charges an ATM fee for a transaction by an issued card.

Note

The endpoint for webhooks is unique for each client. To set up a webhook endpoint, see Defining a Webhook Endpoint.

  • CARD_ISSUING_ATM_FEE Webhook

  • {
        "id": "wh_1149b89b019b063c88f386bb8de04991",
        "data": {
            "id": "cit_caf5388c4d6aff3e16d8b801ebd2dc2c",
            "arn": "",
            "bin": "423474",
            "last4": "0931",
            "amount": 3,
            "card_id": "card_baa13527d9c461b2507492234cdc9aa4",
            "fx_rate": null,
            "currency": "USD",
            "auth_code": "",
            "created_at": 1703655879,
            "card_program": "cardprog_871ec741e4cac40b4da3f450575605f8",
            "pos_entry_mode": "",
            "issuing_txn_type": "ATM_FEE",
            "card_authorization": "cardauth_acc7b357d3c6289505ee81ea4f164e8c",
            "original_txn_amount": null,
            "original_txn_currency": "",
            "wallet_transaction_id": "wt_33b3b62bb323fbde8f521c8f08f956c7",
            "merchant_category_code": "",
            "merchant_name_location": "Acme Inc. 1 Main St Queens NY",
            "original_transaction_id": "cit_d6fec7bad8552a4f66d25e68a31d224d",
            "authorization_approved_by": "Rapyd",
            "retrieval_reference_number": "",
            "systems_trace_audit_number": ""
        },
        "type": "CARD_ISSUING_ATM_FEE",
        "status": "NEW",
        "created_at": 1703655899,
        "extended_timestamp": 1703655899361,
        "trigger_operation_id": "8663814d-362a-4204-af7f-2067d8bd1f90"
    }