ListPaymentsAccounts

  • The ListPaymentsAccounts RPC returns all payments accounts associated with managers between the login customer ID and a specified serving customer in the hierarchy.

  • This function takes a ListPaymentsAccountsRequest and returns a ListPaymentsAccountsResponse.

  • Several errors can be thrown, including AuthenticationError, AuthorizationError, and QuotaError.

  • The request requires the https://www.googleapis.com/auth/adwords OAuth scope for authorization.

ListPaymentsAccounts

rpc ListPaymentsAccounts(ListPaymentsAccountsRequest) returns (ListPaymentsAccountsResponse)

Returns all payments accounts associated with all managers between the login customer ID and specified serving customer in the hierarchy, inclusive.

List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError PaymentsAccountError QuotaError RequestError

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adwords

For more information, see the OAuth 2.0 Overview.