Skip to main content

Documentation

Remote Authorization Reversed Webhook

This AUTHORIZATION webhook with status REVERSED is sent after a successful response from the client to Rapyd, and one of the following events:

  • The transaction was not processed due to a reversal message from the location where the card was used.

  • A communications failure that blocked completion of the transaction within the time required by the card issuer.

  • AUTHORIZATION Webhook

  • {
        "id": "wh_60073e780373d86a928a012ca7f42f1a",
        "data": {
            "type": "AUTHORIZATION",
            "amount": 50,
            "status": "REVERSED",
            "currency": "USD",
            "auth_code": null,
            "created_at": 1619316412,
            "authorization_id": "cardauth_b66536190c58b2dad3c495810c6f4003",
            "reversed_authorization_id": "cardauth_07e794c9a79a646d13839ed148d91d9a"
        },
        "type": "AUTHORIZATION",
        "status": "NEW",
        "created_at": 1619316412,
        "extended_timestamp": 1619316412632,
        "trigger_operation_id": "372394cb-f316-4d38-8276-b24dd092b1cc"
    }