# 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: 6 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-v6+json" - `Accept` (string) Example: "application/vnd.worldpay.payments-v6.hal+json" ## Request fields (application/vnd.worldpay.payments-v6+json): - `value` (object, required) An object that contains information about the value of the payment. - `value.amount` (integer, required) - `value.currency` (string, required) - `reference` (string, required) ## Response 202 fields