Parameters
JSON body
Request body
application/jsoncodestringRequiredGateway instance code the period belongs to.
Example
gopay-productionfromDatestringRequiredStart of the validity period (inclusive), YYYY-MM-DD.
Example
2026-01-01toDatestring | nullOptionalEnd of the validity period (inclusive). Omit or pass null for open-ended.
One of 2:
Variant 1
string
Variant 2
null
percentagenumberRequiredCommission rate in percent (e.g. 1.25 for 1.25 %). Must be >= 0.
Example
1.25monthlyFeenumber | nullOptionalFlat monthly fee charged in addition to the percentage. Null/0 = no flat fee.
One of 2:
Variant 1
number
Variant 2
null
monthlyFeeMinTurnovernumber | nullOptionalCharge the flat fee only when the month's gateway turnover reaches this value. Null = charge unconditionally. Ignored when monthlyFee is null/0.
One of 2:
Variant 1
number
Variant 2
null
notestring | nullOptionalOptional note (contract ref, reason).
One of 2:
Variant 1
string
Variant 2
null