Stay organized with collections Save and categorize content based on your preferences.
A Cloud Billing account defines who pays for a given set of resources, and it can be linked to one or more projects. Project usage is charged to the linked Cloud Billing account.
This document describes how to verify the billing status of your projects.
OverviewTo ensure that billing is enabled on a project, the project must be linked to a valid, active Cloud Billing account. Typically, projects are linked to a billing account at the time that you create the project.
If projects are linked to a Cloud Billing account that's subsequently closed or suspended, then billing is no longer enabled on those projects. If you want to continue using the projects, you must either reopen the billing account, or move the projects to a different, active Cloud Billing account.
It's possible to unlink a project from a billing account, disabling billing on the project. To continue using the project, you must re-enable billing by linking the project to an active Cloud Billing account.
Use this document to help you determine if billing is enabled on your projects.
Permissions required for this taskTo perform the tasks needed to confirm that billing is enabled on your project, you need a role that includes the following permissions on your Cloud Billing account:
billing.resourceAssociations.list
to view project associations for a billing account.billing.accounts.get
to view basic information about the billing account (such as account name, currency, open/closed status).To gain these permissions, ask your administrator to grant you one of the following Cloud Billing IAM roles on your Cloud Billing account:
For more information about billing permissions, see:
Billing is enabled on a project if the following are true:
To view the Cloud Billing account that's linked to a specific project, do the following:
Sign in to the Google Cloud console.
In the project drop down ( [your project name] arrow_drop_down) at the top of the Google Cloud console page, select your project.
Open the console Navigation menu (menu), and then select Billing.
If a billing account isn't linked to the project:
If the project isn't linked to a Cloud Billing account, you see a dialog with text similar to:
"This project has no billing account"
To enable billing on the project, select Link a billing account. Note that you need adequate permissions to link a billing account. See enable billing for an existing project for more information.
To view a list of billing accounts for your organization, select Manage billing accounts.
If a billing account is linked to the project:
If the project is linked to a Cloud Billing account, and if you have only one Cloud Billing account, the Billing Overview page is displayed.
If the project is linked to a Cloud Billing account, and if you have more than one Cloud Billing account, a dialog displays, with text similar to:
"Billing account [Name of your Billing Account] is linked to this project"
To view the Billing Overview page for the Cloud Billing account that's linked to the project, select Go to linked billing account.
To view a list of Cloud Billing accounts for your organization, select Manage billing accounts.
To view the detailed billing information for a project, run the gcloud beta billing projects describe
command:
gcloud beta billing projects describe PROJECT_ID
Where:
Example:
To see detailed billing information for a project my-project
, run:
gcloud beta billing projects describe my-project
Based on the details returned, you can tell if billing is enabled or not.
my-project
if you see a billingAccountName
and billingEnabled: true
. The billingAccountName
is the ID of the Cloud Billing account that's linked to the project. For example:billingAccountName: billingAccounts/0X0X0X-0X0X0X-0X0X0X billingEnabled: true name: projects/my-project/billingInfo projectId: my-project
billingAccountName
for my-project
, but you see billingEnabled: false
, then the project is linked to an inactive Cloud Billing account. Billing is not enabled for this project. For example:billingAccountName: billingAccounts/0X0X0X-0X0X0X-0X0X0X billingEnabled: false name: projects/my-project/billingInfo projectId: my-project
If the billing account isn't active, you can't use the resources within the linked project. Learn how to reopen a closed billing account or change the billing account linked to a project.
billingAccountName
is blank for my-project
, then the project isn't linked to any Cloud Billing account. Billing is not enabled for this project. For example:billingAccountName: '' billingEnabled: false name: projects/my-project/billingInfo projectId: my-project
For information on how to link a billing account to a project, see enable billing for an existing project.
2. Confirm the status of the linked Cloud Billing account ConsoleTo confirm the linked Cloud Billing account is active, do the following:
View the Billing Overview page for the linked billing account.
You might already be on the Billing Overview page. If not, do the following:
Sign in to your Cloud Billing account in the Google Cloud console.
At the prompt, choose the Cloud Billing account you want to view. The Billing Overview page opens for the selected billing account.
If the linked billing account is closed or suspended, you'll see a message at the top of the Billing Overview page that indicates the status of the account. For example, if the billing account is closed, you'll see a message similar to the following: "This billing account is closed. Visit the account management page to reopen it and continue using linked projects."
You can't use the resources within the linked projects if the billing account isn't active.
View the Payment Overview page for the linked billing account.
If you're already on the Billing Overview page, select the Payment Overview tab. Otherwise, do the following to open the Payment Overview page:
In the Google Cloud console, sign in to the Payment Overview page for your Cloud Billing account.
At the prompt, choose the Cloud Billing account you want to view. The Billing Payment Overview page opens for the selected billing account.
If the linked Cloud Billing account has an overdue, unpaid balance or an issue with your method of payment, your account might be suspended until you resolve any issues and pay the balance due.
Learn how to resolve declined payments on self-serve (autopay) accounts.
To view the details for a Cloud Billing account, run the gcloud beta billing accounts describe
command:
gcloud beta billing accounts describe ACCOUNT_ID
Where:
$ gcloud alpha billing accounts list
.Example:
To see details for billing account 0X0X0X-0X0X0X-0X0X0X
, run:
gcloud beta billing accounts describe 0X0X0X-0X0X0X-0X0X0X
The information returned for a billing account includes the billing account display name and the active status of the account. For example:
displayName: My Billing Account masterBillingAccount: '' name: billingAccounts/0X0X0X-0X0X0X-0X0X0X open: true
displayName
is the name you assigned to the billing account.masterBillingAccount
indicates if the billing account you're viewing is a parent/top-level account or a subaccount. If you see a value in masterBillingAccount
, then the billing account you're viewing is a subaccount of the parent billing account displayed in masterBillingAccount
. If masterBillingAccount
is blank, then the billing account you're viewing isn't a subaccount.name
is the ID of the billing account you're viewing.open
indicates if the billing account is active. If true
, the billing account is open. If false
, the billing account is closed or suspended. Billing is not enabled for any projects linked to a closed billing account.If the billing account isn't open, you can't use the resources within the linked project. Learn how to reopen a closed billing account or change the billing account linked to a project.
For information on accessing a tabular view of all your projects and the Cloud Billing account linked to each project, see View projects linked to billing accounts.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-13 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.5