Squarespace reseller billing link setup
Squarespace reseller billing links in domain and website management pages, and in Squarespace-sent emails, should resolve to the Eventually reseller subscriptions page. After each deployment, operators must run a one-time sync task to repoint the billing URL. The task preserves existing reseller settings and updates only the billing link.
What customers see
When you manage Squarespace websites or domains through Eventually, Squarespace displays a reseller billing link in two places:
Domain and website Billing areas in Squarespace management pages
Squarespace-sent emails about billing and subscriptions
These links now point to the Eventually in-app reseller subscriptions page at /reseller/subscriptions. This is the login-gated Subscriptions screen where customers manage their Squarespace websites and domains.
Operator post-deploy step
The billing link update is not automatic. After each deployment, an operator must run the sync task once to push the new billing URL to Squarespace.
Ensure the following environment variables are set:
APP_HOST— the Eventually application host (default:app.eventuallyticketing.com)RESELLER_BUSINESS_NAME— the reseller business name displayed in Squarespace (default:Eventually)RESELLER_SUPPORT_EMAIL— the support email displayed in Squarespace (default:[email protected])SQUARESPACE_RESELLER_*— the Squarespace reseller API credentials
Run the sync task:
bin/rails reseller:sync_billing_url
The task reads the current reseller settings from Squarespace, preserves the existing businessName and supportEmail, and updates only the billingUrl field. If a current value is blank, it falls back to the default environment variable value.
This task mutates live Squarespace reseller settings visible to customers. It is safe to re-run because it always preserves existing businessName and supportEmail values, but it should be run once per deployment.
Verification
After running the task, confirm the billing link has been updated by checking Squarespace domain or website billing pages. The link should resolve to https://app.eventuallyticketing.com/reseller/subscriptions (or the host configured in APP_HOST).
Related guides
Verify and link your Squarespace account — How customers verify and link their reseller accounts
Add a new card during reseller checkout — How customers add payment methods for reseller purchases
Roles and permissions — Who can manage reseller purchases and settings