# Retrieve payout details

Retrieve the details of an existing basic disbursement or Fast Access payout.

Endpoint: GET /payouts/{resource}
Version: 1
Security: BasicAuth

## Path parameters:

  - `resource` (string, required)
    original resource

## Response 200 fields (application/vnd.worldpay.payouts-v1+json):

  - `curies` (array, required)

  - `curies.href` (string, required)

  - `curies.name` (string, required)

  - `curies.templated` (boolean, required)

  - `outcome` (string, required)
    outcome of payouts request

  - `receivedAt` (string, required)
    A timestamp of receivedAt


