Skip to main content
InputObject Input for updating an existing allocation override on an acceptor application.

Input Fields

allocationId
required
Id of the Allocation you want to override.
feeAmount
The overridden fee amount for this allocation profile.
rate
The overridden rate for this allocation profile. Formatted as a decimal, e.g., If the overridden rate is 3%, formatted as 0.03.
{
  "allocationId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "feeAmount": Decimal,
  "rate": Percentage
}