Help Me Register My Custom Subdomain, Getting Error

Hi @shubhamandoda,

Great question!

Part 1 of the answer is to not switch the option to auto-approve deploys from non-team members from the default setting of “requires approval” to “auto-approve” (This is found under team settings => Access and Security)

What you’ll see in the UI for builds triggered by non-approved team members is a deploy that says “pending approval.” If you do not approve the build, it will not complete and you will not be charged. If you manually approve the build, then the Git Contributor will be added to your account as an approved Git Contributor and you will be charged for them. There’s a message that comes up confirming the approval that mentions that you will be charged.

Part 2 of the answer is that Netlify only intends to charge you for team seats for builds triggered by commits we build directly from git notifications from your git provider. While we will not be able to provide tech support on how to work around our pricing system, some workflows that will not add to your account’s seat count include:

  • Configuring Netlify not to build non-production branches for your site(s). If teammates only commit to those branches, they will not trigger builds and thus will not require seats on your Netlify team.
  • Configuring Netlify not to build Pull Requests/Merge Requests for your site(s). Note that the user who merges a PR or MR will be counted as Netlify team seats; users who have commits in the PR will not be.
  • All commits on public repositories (aka: non-private repos) should all build without costing extra team members or requiring any configuration change.
  • You can remove current team members who do not need access to our UI. This way you only need to pay for a seat in the months an individual makes a commit.
  • Finally, for more tips on optimizing which builds happen on Netlify, we have an article around configuring builds in our Support Forums that might be of interest.

Two additional notes about Git Contributor charges:

  1. One of the primary differences between a Git Contributor and a full team member is that a full team member always costs $19/month. We only charge you $19 for a Git Contributor if they deploy during a billing cycle. If they don’t deploy, they are considered inactive and do not incur charges.
  2. You mentioned upgrading to Pro. If you do invite additional full team members to the team and they also contribute from git (creating a Git Contributor) you can match them to the Git Contributor and that will make them count as one user for billing purposes. You can match one Git Contributor to a Netlify team member per Git provider (Github, Gitlab, Bitbucket, ADO.)

I hope this helps!