Skip to main content

Authorizationholdamountadjustmentrequest

A request to decrease/increase the amount of an authorization hold.

adviceboolean

Whether the given request should be accepted without balance validations.

amountnumberrequired

The amount of money to be subtracted/added to the authorization hold amount. For the decrease: if the amount is greater or equal to the authorization hold amount, then the authorization hold is reversed.

currencyCodestring

The ISO currency code in which the hold was created.

encodedKeystring

The encoded key of the entity, generated, globally unique

externalReferenceIdstring

The external reference ID of the decrease/increase request (not of the authorization hold).

Authorizationholdamountadjustmentrequest
{
"advice": true,
"amount": 0,
"currencyCode": "string",
"encodedKey": "string",
"externalReferenceId": "string"
}