Skip to main content

Documentation

Card Issuing Credit Webhook

The CARD_ISSUING_CREDIT webhook is sent when Rapyd issues a credit to 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_CREDIT Webhook

  • {
        "id": "wh_1a071193f4ffe7c0bfebd6908a579421",
        "data": {
            "id": "cit_05f8e8f414fae59b95efd978a6485eab",
            "bin": "423474",
            "last4": "7614",
            "amount": 50,
            "card_id": "card_ca40d8fe7d9a0a9cc27041204444146f",
            "fx_rate": null,
            "currency": "EUR",
            "auth_code": "",
            "created_at": 1703653432,
            "card_program": "cardprog_d9728257285cf8fbcb5cdc1c05a80f8c",
            "pos_entry_mode": "",
            "issuing_txn_type": "CREDIT",
            "card_authorization": "cardauth_77de9f255ea988b9a702f5a7cab00675",
            "original_txn_amount": 51,
            "original_txn_currency": "EUR",
            "wallet_transaction_id": "wt_5d4e7a0c4f1a1652cb4fed65f41d0c53",
            "merchant_category_code": "7311",
            "merchant_name_location": "Acme Inc. 1 Main St Queens NY",
            "original_transaction_id": "",
            "authorization_approved_by": "",
            "retrieval_reference_number": "",
            "systems_trace_audit_number": ""
        },
        "type": "CARD_ISSUING_CREDIT",
        "status": "NEW",
        "created_at": 1703653452,
        "extended_timestamp": 1703653452523,
        "trigger_operation_id": "788d3389-f598-4902-8a38-142eff2065e7"
    }