Update the amount of an authorised payment
POST {{baseUrl}}/payments/:paymentPspReference/amountUpdates
Increases or decreases the authorised payment amount and returns a unique reference for this request. You get the outcome of the request asynchronously, in an AUTHORISATION_ADJUSTMENT webhook. You can only update authorised amounts that have not yet been captured. The amount you specify in the request is the updated amount, which is larger or smaller than the initial authorised amount. For more information, refer to Authorisation adjustment.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string | ||
Idempotency-Key
|
null | A unique identifier for the message with a maximum of 64 characters (we recommend a UUID). |
RESPONSES
status Created
{
"merchantAccount": "YOUR_MERCHANT_ACCOUNT",
"paymentPspReference": "993617894903480A",
"reference": "YOUR_UNIQUE_REFERENCE",
"pspReference": "993617894906488A",
"status": "received",
"amount": {
"currency": "EUR",
"value": 2500
}
} |
ENDPOINTS