# Settle for partial amount

To receive a portion of the funds of a payment, send us a partial settle request.

Endpoint: POST /payments/settlements/partials/{linkData}
Version: 5
Security: BasicAuth

## Path parameters:

  - `linkData` (string, required)
    Action link that's received in your request

## Header parameters:

  - `Content-Type` (string, required)
    Example: "application/vnd.worldpay.payments-v5+json"

  - `Accept` (string)
    Example: "application/vnd.worldpay.payments-v5.hal+json"

## Request fields (application/vnd.worldpay.payments-v5+json):

  - `value` (object, required)

  - `value.amount` (integer, required)

  - `value.currency` (string, required)

  - `reference` (string, required)


