SIDN changes registration period to 12 months
Following the announcement made on March 4 this year in our newsletter, the article below contains instructions and advice on switching .NL domains registered through Realtime Register with a quarterly or monthly registration period to the annual registration period.
Announcement
Action plan and timeline
- 1
- Stop new quarterly registrations
Stop as soon as possible with new registrations on quarterly terms. All new registrations must be made on an annual term from May 1, 2025.
When requesting creates through our portal, the default period is set to one year
When requesting creates through API, make sure you define a period of 12 months for domain creates
POST/v2/domains/testdomainyear.nl
{ "customer": "KBRTR", "registrant": "KBRTR", "period": 12, "ns": [ "ns1.test.nl", "ns2.test.nl" ], "contacts": [ { "role": "ADMIN", "handle": "KBRTR" }, { "role": "TECH", "handle": "KBRTR" }, { "role": "BILLING", "handle": "KBRTR" } ] }
- 2
-
Convert incoming transfers

When requesting transfers through API, make sure you do not define a period or a period of 12 months for domain transfers. When no period is defined, transfers requested through API are set to an annual registration period by default.
POST/v2/domains/testdomainyear.nl/transfer
API example with period defined
{ "customer": "KBRTR", "registrant": "KBRTR", "period": 12, "authcode": "gdyeagd@EDA", "ns": [ "ns1.test.nl", "ns2.test.nl" ], "contacts": [ { "role": "ADMIN", "handle": "KBRTR" }, { "role": "BILLING", "handle": "KBRTR" }, { "role": "TECH", "handle": "KBRTR" } ] }
{ "customer": "KBRTR", "registrant": "KBRTR", "authcode": "gdyeagd@EDA", "ns": [ "ns1.test.nl", "ns2.test.nl" ], "contacts": [ { "role": "ADMIN", "handle": "KBRTR" }, { "role": "BILLING", "handle": "KBRTR" }, { "role": "TECH", "handle": "KBRTR" } ] }
- 3
- Convert existing domains to annual period
ÂChanging the registration periods for existing domains
To change the registration period for existing domains, follow the instructions below.
Important
Renew period not updatable > 30 days in advance of expirydate
Please note that the renewal period cannot be changed when the expirydate for a .NL domain is > 30 days in the future. In order to change the renewal period for .NL domains, the must be within 30 days of the expirydate.
Follow the instructions below on the first of every month
To gradually change the renewal period and moment of invoicing for a yearly period for all the domains in your account, follow the below period at the first of each month.
- 2
- Add a TLD based filter for the NL ccTLD
- 3
- Add a filter for the Auto renew cycle for 1 and 3 months
- 4
- An overview of all the .NL domains with a monthly or quarterly period in your account that are set to expire in the next 30 days are displayed in this filtered list
- 5
- Click 'Bulk Job' and then 'Update domains' to start a bulk update for the domains that show in the filtered list
- 6
- Select the 1-year auto renew cycle from the drop-down menu, leave all the other options available in the bulk update form as is
- 7
- Click 'Next' and then 'Create job' to proceed with the bulk update
- 8
- Click 'Run all tasks' to update the auto renew period for the .NL domains in the bulk update you just created to the annual period
- 9
- Once the bulk update has completed, all tasks will show as completed under the 'Completed' task tile. If any tasks have failed for whatever reason, they'll show as failed under the 'Failed tasks' tile. If you have any failed tasks and are unable to get them completed, contact our support department through email; support@realtimeregister.com
- 10
- Keep in mind to perform the above changes through a bulk update every month to gradually change the registration period for existing .NL domains in your account and spread invoicing for yearly renewals evenly over a whole year instead of all domains receiving a forced update simultaneously next year.
- 11
- You've now successfully changed the registration period for .NL domains in your Realtime Register account with a monthly and quarterly registration period to an annual registration period.