PaygateDeveloper documentation
testkit.seed_limittestkitRule R10

Seeding would create more rows than the tenant allows

Declared by the specification; the implementation does not return it yet, so it has no HTTP status.

SeedTestData is capped by the tenant setting test_seed_max_rows, so a seed profile cannot fill a shared test database.

Why the API refuses

WHEN SeedTestData would create more rows than the tenant setting test_seed_max_rows allows, THE SYSTEM SHALL refuse with testkit.seed_limit.

What to do

Seed a smaller profile, or purge the tenant's test data first and seed again. If a test genuinely needs more rows than the cap, raise the setting for that tenant rather than looping the seed.

Operations that can return it