diff --git a/openapi/components/schemas/GatewayAccountConfig/CoinGate.yaml b/openapi/components/schemas/GatewayAccountConfig/CoinGate.yaml index 55b7376f6e..9b53934b4c 100644 --- a/openapi/components/schemas/GatewayAccountConfig/CoinGate.yaml +++ b/openapi/components/schemas/GatewayAccountConfig/CoinGate.yaml @@ -29,3 +29,8 @@ allOf: example: USD tolerancePercentage: $ref: ../AmountAdjustmentTolerance.yaml + adjustAmount: + type: boolean + description: Specifies whether to adjust the amount that is received from the downstream gateway. + default: false + example: false