# Withdrawals events Withdrawals events Endpoint: POST Withdrawals events Version: 1.75.0 ## Request fields (application/json): - `id` (string, required) Event unique identifier - `created_at` (string, required) Date and time when the event was created. [RFC 3339-5](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), [ISO8601 UTC](https://www.iso.org/iso-8601-date-and-time-format.html) - `type` (string, required) Event type Enum: "WITHDRAWAL.NEW", "WITHDRAWAL.PROCESSING", "WITHDRAWAL.CONFIRMED", "WITHDRAWAL.CANCELLED" - `object` (object, required) - `object.id` (string, required) Cash withdrawal unique identifier - `object.reference_account_id` (string, required) Reference account unique identifier. - `object.account_group_id` (string, required) Account group unique identifier. - `object.user_id` (string, required) User unique identifier. - `object.amount` (string, required) - `object.currency` (string, required) Alphabetic three-letter [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code. * EUR - Euro Enum: "EUR" - `object.created_at` (string, required) Date and time when the resource was created. [RFC 3339-5](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), [ISO8601 UTC](https://www.iso.org/iso-8601-date-and-time-format.html) - `object.updated_at` (string, required) Date and time when the resource was last updated. [RFC 3339-5](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6), [ISO8601 UTC](https://www.iso.org/iso-8601-date-and-time-format.html) - `object.remittance_information` (string, required) Payment reference the end user will see in their bank statement for the corresponding credit transfer booking (“Verwendungszweck”). We recommend that you keep this info concise and avoid special characters or non-standardised formatting ([see more](/documentation/guides/payments/cash_balances/cash_withdrawal)). - `object.taxes` (array) - `object.taxes.type` (string, required) Type of the tax. * TOTAL - Total taxes Enum: "TOTAL" - `object.status` (string) Status of the withdrawal * NEW - Withdrawal is created but not started processing. * PROCESSING - Withdrawal is in processing. * CONFIRMED - Withdrawal was successfully processed. * CANCELLED - Withdrawal was cancelled. Enum: "NEW", "PROCESSING", "CONFIRMED", "CANCELLED" - `object.purpose_code` (string) Purpose of the payment based on ExternalPurpose1Code from [ISO 20022](https://www.iso20022.org/catalogue-messages/additional-content-messages/external-code-sets). - `webhook_id` (string, required) Webhook unique identifier. ## Response 200 fields