[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[[["\u003cp\u003eThe Payment resource represents unpaid or paid earnings for AdSense and YouTube.\u003c/p\u003e\n"],["\u003cp\u003ePayment details include the payment date (for paid earnings) and amount in the respective currency.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve a list of all payments for an account using the provided method.\u003c/p\u003e\n"],["\u003cp\u003eUnpaid earnings are represented with specific resource names, while paid earnings use the payment date in the resource name.\u003c/p\u003e\n"],["\u003cp\u003eRefer to external links for additional information on payment timelines and dedicated payment accounts for YouTube.\u003c/p\u003e\n"]]],["The Payment resource represents paid or unpaid earnings. It includes a `name` (resource identifier), `date` (payment credit date or empty for unpaid), and `amount` (formatted earnings string with currency). The resource name indicates whether earnings are AdSense or YouTube, and if they are paid or unpaid. Payments are associated with specific accounts, with date represented in America/Los_Angeles timezone. A method named `list` retrieves all payments linked to an account.\n"],null,["# REST Resource: accounts.payments\n\n- [Resource: Payment](#Payment)\n - [JSON representation](#Payment.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Payment\n-----------------\n\nRepresentation of an unpaid or paid payment.\n\nSee [Payment timelines for AdSense](https://support.google.com/adsense/answer/7164703) for more information about payments and the [YouTube homepage and payments account](https://support.google.com/adsense/answer/11622510) article for information about dedicated payments accounts for YouTube.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"date\": { object (/adsense/management/reference/rest/v2/Date) }, \"amount\": string } ``` |\n\n| Fields ||\n|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the payment. Format: - accounts/{account}/payments/unpaid for unpaid (current) AdSense earnings. - accounts/{account}/payments/youtube-unpaid for unpaid (current) YouTube earnings. - accounts/{account}/payments/yyyy-MM-dd for paid AdSense earnings. - accounts/{account}/payments/youtube-yyyy-MM-dd for paid YouTube earnings. |\n| `date` | `object (`[Date](/adsense/management/reference/rest/v2/Date)`)` Output only. For paid earnings, the date that the payment was credited. For unpaid earnings, this field is empty. Payment dates are always returned in the billing timezone (America/Los_Angeles). |\n| `amount` | `string` Output only. The amount of unpaid or paid earnings, as a formatted string, including the currency. E.g. \"¥1,235 JPY\", \"$1,234.57\", \"£87.65\". |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------|--------------------------------------------------|\n| ### [list](/adsense/management/reference/rest/v2/accounts.payments/list) | Lists all the payments available for an account. |"]]