PaygateDeveloper documentation
422testkit.advance_out_of_rangetestkitRule R7

The clock cannot be advanced by that much

AdvanceClock accepts 1 to 7,776,000 seconds — one second to ninety days.

Why the API refuses

WHEN AdvanceClock is executed with seconds outside 1 to 7776000, THE SYSTEM SHALL refuse with testkit.advance_out_of_range.

What to do

Advance within the range, in several steps if you need more. Ninety days is enough to cross any expiry, refund window or payout schedule the product has; needing more usually means a test is asserting on a date rather than on a transition.

Operations that can return it