Skip to main content

Documentation

Card Issuing Authorization Approved Webhook

The CARD_ISSUING_AUTHORIZATION_APPROVED webhook is sent when Rapyd approves authorization of a transaction made with 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_AUTHORIZATION_APPROVED Webhook

  • {
        "id": "wh_b0a395da21ed2447efa67242685a0d47",
        "data": {
            "id": "cit_0220579d851657b2a46198fce2589d51",
            "bin": "423474",
            "last4": "7505",
            "amount": 20,
            "card_id": "card_013ebcae1c14b05f6eaa050635afbdd4",
            "fx_rate": null,
            "currency": "USD",
            "auth_code": "",
            "created_at": 1703657499,
            "card_program": "cardprog_1db1b47d3f3a1a4ff2a6c637ff88f5f7",
            "pos_entry_mode": "",
            "issuing_txn_type": "SALE",
            "card_authorization": "cardauth_3cae98fa8e1697e8ac3697ebfe035b35",
            "original_txn_amount": 19,
            "original_txn_currency": "USD",
            "wallet_transaction_id": "wt_fef46c539d3123932c4316dcdd66ba65",
            "merchant_category_code": "7311",
            "merchant_name_location": "Acme Inc. 1 Main St Queens NY",
            "original_transaction_id": "",
            "authorization_approved_by": "Rapyd",
            "retrieval_reference_number": "",
            "systems_trace_audit_number": ""
        },
        "type": "CARD_ISSUING_AUTHORIZATION_APPROVED",
        "status": "NEW",
        "created_at": 1703657519,
        "extended_timestamp": 1703657519945,
        "trigger_operation_id": "a2c03de7-0a0e-49c0-8c72-f8200c988269"
    }