인보이스는 광고주가 사용 설정할 때 매월 발행됩니다. 인보이스에는 조정, 규제 비용, 세금, 계정 예산과 같은 세부정보가 포함되며 PDF 파일로 다운로드할 수 있습니다. Google Ads 관리자는 일반적으로 이러한 고객 인보이스를 사용하여 고객 인보이스를 자동으로 조정합니다.
[null,null,["최종 업데이트: 2025-09-05(UTC)"],[[["\u003cp\u003eThe Google Ads API enables programmatic management of billing workflows, including setup, budgets, and invoice reconciliation, for accounts set up with monthly invoicing.\u003c/p\u003e\n"],["\u003cp\u003eBilling setups link Payments accounts to Google Ads accounts, determining payment responsibility and managed using \u003ccode\u003eBillingSetup\u003c/code\u003e resources.\u003c/p\u003e\n"],["\u003cp\u003eAccount budgets, defined by start/end times and spending limits, are managed via \u003ccode\u003eAccountBudgetProposal\u003c/code\u003e and \u003ccode\u003eAccountBudget\u003c/code\u003e resources for creation and updates.\u003c/p\u003e\n"],["\u003cp\u003eMonthly invoices, providing detailed billing breakdowns, are retrievable as PDF files using \u003ccode\u003eInvoice\u003c/code\u003e resources for automated reconciliation by Google Ads managers.\u003c/p\u003e\n"]]],[],null,["# Billing\n\nThe Google Ads API lets you programmatically manage end-to-end billing workflows, from\ninitial billing setup and account-level budget management, to customer invoice\nreconciliation.\n| **Important:** The payments setting in your Google Ads account must be configured for [monthly invoicing](//support.google.com/google-ads/answer/2393035) in order to manage billing workflows with the API.\n\nEach of the following entities encapsulates a distinct functional portion of the\nbilling lifecycle.\n\n[Billing setup](/google-ads/api/docs/billing/billing-setups)\n\n: A **billing setup** is an association between a Payments account and a\n specific Google Ads account. It effectively determines who pays for an\n advertiser's account.\n\n Use [`BillingSetup`](/google-ads/api/reference/rpc/v21/BillingSetup) resources to get and manage\n account-wide billing configuration.\n\n[Account budget](/google-ads/api/docs/billing/account-budgets)\n\n: An **account budget** defines account-level budget properties, such as\n start time, end time, and spending limit. All changes to account budgets\n are done by submitting separate **account budget proposals**, which, after\n being reviewed and approved, become account budgets.\n\n Use [`AccountBudgetProposal`](/google-ads/api/reference/rpc/v21/AccountBudgetProposal) resources\n to create new [`AccountBudgets`](/google-ads/api/reference/rpc/v21/AccountBudget) or update\n existing ones.\n\n[Invoice](/google-ads/api/docs/billing/invoice)\n\n: An **invoice** is issued monthly when enabled by the advertiser. Invoices\n contain details such as adjustments, regulatory costs, taxes and account\n budgets, and can be downloaded as PDF files. Google Ads managers typically use\n them to automatically reconcile their own customer invoices.\n\n Retrieve [`Invoice`](/google-ads/api/reference/rpc/v21/Invoice) resources for invoice data."]]