AuthorizationActions

Updates the requested amount and extends the expiry date of the authorization

Allows to top up the authorization and renew expiry date. The top-up amount is specified in the payload and needs to be greater than the original amount. If the amount specified is the same as the original one, the authorization is renewed and changes its expiry date. If the amount specified is less than the original one, the authorization is adjusted down.<br>You must have this scope: 'authorizations.manage'.

put/booking/v1/authorization-actions/{authorizationId}/refresh

Path parameters

authorizationIdstring required

The identifier of the authorization

Request body

Example request

{
  "amount": {
    "amount": 150,
    "currency": "EUR"
  }
}

Response

Success

Changes

No recorded changes to this endpoint across all 1 revision of this API.