# disbursed

Endpoint: POST disbursed
Version: 1

## Request fields (application/vnd.worldpay.events-v1.hal+json):

  - `eventId` (string)
    The unique identifier for the event.

  - `eventTimestamp` (string)
    Date of event.

  - `eventDetails` (object)

  - `eventDetails.classification` (string)
    The event category, this can either be payout, payment or chargeback.
    Example: "payout"

  - `eventDetails.transactionReference` (string)
    The transaction reference you supplied in the payment.

  - `eventDetails.type` (string)
    Event status. For example, cancelled or sentForAuthorization.
    Example: "disbursed"

  - `eventDetails.date` (string)
    The date you first submitted the payment.

  - `eventDetails.amount` (object)

  - `eventDetails.amount.value` (integer)
    The authorization, partial refund, or the whole or partial settlement amount. This is a whole number with an exponent of 2, e.g. 250 would be 2.50.
    Example: 100

  - `eventDetails.amount.currencyCode` (string)
    The currency code.
    Example: "EUR"


## Response 200 fields
