This endpoint is part of our classic API integration.
If you have a newer integration, and are doing:Asynchronous adjustments, use the /payments/{paymentPspReference}/amountUpdates
endpoint on Checkout API.Synchronous adjustments, use this endpoint.
curl --location --request POST '/adjustAuthorisation' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"additionalData": {
"property1": "string",
"property2": "string"
},
"pspReference": "string",
"response": "[capture-received]"
}