Change the authorised amount
POST
/adjustAuthorisation
Modifications
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.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/adjustAuthorisation' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"additionalData": {
"property1": "string",
"property2": "string"
},
"pspReference": "string",
"response": "[capture-received]"
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 08:20:06