# Virtual cash increase events Virtual cash increase events Endpoint: POST Virtual cash increase 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: "VIRTUAL_CASH_INCREASE.ISSUED", "VIRTUAL_CASH_INCREASE.CONFIRMED" - `object` (object, required) - `object.id` (string, required) Virtual cash unique identifier - `object.account_group_id` (string, required) Account group 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", "GBP" - `object.status` (string, required) Status of the virtual cash * ISSUED - Virtual cash increase is created. * CONFIRMED - Virtual cash increase was successfully processed. Enum: "ISSUED", "CONFIRMED" - `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) - `webhook_id` (string, required) Webhook unique identifier. ## Response 200 fields