> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paxos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# transfer.cubix_withdrawal.failed

> Webhook triggered when a Cubix withdrawal has failed

Triggered when a Cubix withdrawal has FAILED processing.

<Note>
  Webhook payloads contain only event metadata. Use the [Get Event API](/api-reference/endpoints/events/get-event) with the event ID to retrieve full details.
</Note>

## Event Object Structure

The Get Event API returns a [`transfer_status_change`](/api-reference/events/transfer-status-change-object) object with transfer status details.


## OpenAPI

````yaml webhooks-openapi.json webhook transfer.cubix_withdrawal.failed
openapi: 3.1.0
info:
  title: Paxos Webhooks
  version: '2.0'
  description: >-
    Webhooks allow you to register endpoints to receive asynchronous events from
    the Paxos Platform. These webhooks are triggered when specific events occur
    in the system, enabling real-time notifications for your application.


    **Important**: Webhook payloads contain only the event metadata. To retrieve
    the full event object details, use the [Get
    Event](/api-reference/events/get-event) REST API endpoint with the event ID
    from the webhook payload.
  x-logo:
    url: /docs/paxos.svg
    backgroundColor: '#FFFFFF'
    altText: Paxos logo
servers: []
security: []
paths: {}

````