Skip to main content

Authorizationholdsconfiguration

Represents the authorization holds

authorizationHolds object[]

The authorization holds

  • Array [
  • daysToExpirationinteger<int32>required

    The number of days until the expiration for the authorization hold.

    descriptionstring

    The description of the authorization hold.

    mccinteger<int32>required

    The merchant category code (MCC) of the authorization hold.

  • ]
  • defaultAuthorizationHold object

    Represents the authorization hold

    daysToExpirationinteger<int32>required

    The number of days until the expiration for the authorization hold.

    descriptionstring

    The description of the authorization hold.

    mccinteger<int32>required

    The merchant category code (MCC) of the authorization hold.

    Authorizationholdsconfiguration
    {
    "authorizationHolds": [
    {
    "daysToExpiration": 0,
    "description": "string",
    "mcc": 0
    }
    ],
    "defaultAuthorizationHold": {
    "daysToExpiration": 0,
    "description": "string",
    "mcc": 0
    }
    }