Skip to main content

Documentation

Payout Creation Failed Webhook

The PAYOUT_CREATION_FAILED webhook is sent when Rapyd generates a mass payout and one of the individual payouts fails.

This webhook contains the same information as the mass payout report from the Client Portal.

  • PAYOUT_CREATION_FAILED Webhook

  • {
        "id": "wh_0f61f23d4c88884d2c5c056c2ea8a801",
        "data": {
            "id": "payout_718782d256998fdb11124bd54ac6bc4c",
            "error": null,
            "amount": 1,
            "sender": {
                "country": "AU",
                "currency": "USD",
                "entity_type": "company"
            },
            "status": "Error",
            "fx_rate": 1,
            "paid_at": null,
            "ewallets": [],
            "metadata": {},
            "created_at": 0,
            "expiration": null,
            "beneficiary": {
                "country": "MY",
                "currency": "MYR",
                "entity_type": "individual"
            },
            "description": null,
            "paid_amount": 0,
            "payout_fees": null,
            "payout_type": "bank",
            "instructions": {},
            "purpose_code": "goods_and_services",
            "gc_error_code": "ERROR_GET_SENDER",
            "sender_amount": null,
            "sender_country": "AU",
            "identifier_type": null,
            "payout_currency": "MYR",
            "sender_currency": "USD",
            "identifier_value": null,
            "payout_method_type": "my_local_bank",
            "beneficiary_country": "my",
            "statement_descriptor": null,
            "merchant_reference_id": null,
            "beneficiary_relationship": "spouse",
            "estimated_time_of_arrival": null
        },
        "type": "PAYOUT_CREATION_FAILED",
        "status": "NEW",
        "created_at": 1725158259,
        "extended_timestamp": 1725158259193,
        "trigger_operation_id": "671e65f6-12b5-49e2-bcf0-2f4bdd2bfd4e"
    }