Deprecation Notice: Migration of Checkout Loader Script from collector-checkout-loader.js
The Collector Checkout Loader script currently hosted on the collector.se
domain is being deprecated and will be shut down on 1st of October 2026.
Merchants and platforms must update their integration to use the new URL on the walleypay.com
domain.
What is changing?
Old URL (deprecated):
<script src="https://collector.se/collector-checkout-loader.js"></script>
Or (deprecated):
<script src="https://collector.se/walley-checkout-loader.js"></script>
New URL (current):
<script src="https://api.walleypay.com/walley-checkout-loader.js"></script>
Timeline
- Current behavior: Requests to the old URL are automatically redirected (HTTP 301) to the new one.
- Deprecation period: The collector.se domain will remain online until 1st of October 2026 to allow time for migration.
- Shutdown: After this period, the old domain will be permanently shut down and no longer serve the script.
Required Action
All merchants and platform partners must:
-
Replace all references to:
<script src="https://collector.se/collector-checkout-loader.js"></script>
or:
<script src="https://collector.se/walley-checkout-loader.js"></script>
with:
<script src="https://api.walleypay.com/walley-checkout-loader.js"></script>
-
Verify that your integration continues to work as expected.
Important
Failure to update before the shutdown will result in checkout integrations no longer functioning.
Questions?
If you have any questions or need assistance with the migration, please contact our support team.