Withdrawals

Fiat and crypto withdrawal webhook


{
    "event_name": "withdrawal.completed",
    "resource": {
        "type": "withdrawals",
        "id": "b15b135e-ebd1-4ed6-8e6a-72880c3805cf"
    },
    "data": {
        "status": "COMPLETED",
        "created_at": "2025-11-07T03:55:34.150Z",
        "customer_id": "ca4c2078-17cf-470d-a930-6cdff8395771",
        "modified_at": "2025-11-07T04:00:06.091Z",
        "transaction_id": "b15b135e-ebd1-4ed6-8e6a-72880c3805cf"
    }
}

{
    "event_name": "withdrawal.failed",
    "resource": {
        "type": "withdrawals",
        "id": "9816b9f4-c657-428a-8178-deca292aeb82"
    },
    "data": {
        "status": "FAILED",
        "created_at": "2025-11-26T01:18:25.856Z",
        "customer_id": "6c814d1b-0b23-4eb1-9ccc-e7be1a1397dd",
        "modified_at": "2025-11-26T01:19:27.206Z",
        "transaction_id": "9816b9f4-c657-428a-8178-deca292aeb82"
    }
}

{
    "event_name": "withdrawal.returned",
    "resource": {
        "type": "withdrawals",
        "id": "9816b9f4-c657-428a-8178-deca292aeb82"
    },
    "data": {
        "status": "RETURNED",
        "created_at": "2025-11-26T01:18:25.856Z",
        "customer_id": "6c814d1b-0b23-4eb1-9ccc-e7be1a1397dd",
        "modified_at": "2025-11-26T01:19:27.206Z",
        "transaction_id": "9816b9f4-c657-428a-8178-deca292aeb82"
    }
}

{
    "event_name": "withdrawal.completed",
    "resource": {
        "type": "withdrawals",
        "id": "9f44ed64-7458-4f77-aea4-b38e2cedae6c"
    },
    "data": {
        "status": "COMPLETED",
        "created_at": "2025-11-07T09:52:25.426Z",
        "customer_id": "ca4c2078-17cf-470d-a930-6cdff8395771",
        "modified_at": "2025-11-07T09:56:06.310Z",
        "transaction_id": "9f44ed64-7458-4f77-aea4-b38e2cedae6c"
    }
}

{
    "event_name": "withdrawal.failed",
    "resource": {
        "type": "withdrawals",
        "id": "9f44ed64-7458-4f77-aea4-b38e2cedae6c"
    },
    "data": {
        "status": "FAILED",
        "created_at": "2025-11-07T09:52:25.426Z",
        "customer_id": "ca4c2078-17cf-470d-a930-6cdff8395771",
        "modified_at": "2025-11-07T09:56:06.310Z",
        "transaction_id": "9f44ed64-7458-4f77-aea4-b38e2cedae6c"
    }
}