v1

latestOpenAPI 3.1.02026-07-2022194782.1 KB
Modifications

Update an authorised amount

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.

post/payments/{paymentPspReference}/amountUpdates

Path parameters

paymentPspReferencestring required

The pspReference of the payment.

Headers

Idempotency-Keystring

A unique identifier for the message with a maximum of 64 characters (we recommend a UUID).

Request body

merchantAccountstring required

The merchant account that is used to process the payment.

reason'delayedCharge' | 'noShow'

The reason for the amount update. Possible values:

  • delayedCharge
  • noShow
referencestring

Your reference for the amount update request. Maximum length: 80 characters.

Response

Created - the request has been fulfilled and has resulted in one or more new resources being created.

merchantAccountstring required

The merchant account that is used to process the payment.

paymentPspReferencestring required

The pspReference of the payment to update.

pspReferencestring required

Adyen's 16-character reference associated with the amount update request.

reason'delayedCharge' | 'noShow'

The reason for the amount update. Possible values:

  • DelayedCharge
  • NoShow
referencestring required

Your reference for the amount update request. Maximum length: 80 characters.

status'received' required

The status of your request. This will always have the value received.