# Allow users to turn instant payouts feature on/off

Endpoint: POST /api/v1/me/features/instant_payouts
Version: 0.1.0
Security: APIKey

## Header parameters:

  - `Trustap-User` (string)
    Required in client flows, where you make API calls on behalf of another Trustap user.

## Request fields (application/json):

  - `enabled` (boolean, required)

## Response 200 fields (application/json):

  - `instant_payouts_enabled` (boolean)

## Response 400 fields (application/json):

  - `code` (string, required)

  - `error` (string, required)
    A contextual description of the error that occurred. When
handling errors the `code` field should be used to determine
the type of error that occurred, as the text in the `error`
field may change unexpectedly.

