Method: customers.paymentsAccounts.list

계층 구조에서 로그인 고객 ID와 지정된 게재 고객 사이에 있는 모든 관리자와 연결된 모든 결제 계정을 반환합니다.

발생한 오류 목록: AuthenticationError AuthorizationError HeaderError InternalError PaymentsAccountError QuotaError RequestError

HTTP 요청

GET https://googleads.googleapis.com/v16/customers/{customerId}/paymentsAccounts

URL은 gRPC 트랜스코딩 구문을 사용합니다.

경로 매개변수

매개변수
customerId

string

필수 항목입니다. PaymentsAccount 목록 작업을 적용할 고객의 ID입니다.

요청 본문

요청 본문은 비어 있어야 합니다.

응답 본문

PaymentsAccountService.ListPaymentsAccounts의 응답 메시지입니다.

성공할 경우 응답 본문에 다음 구조의 데이터가 포함됩니다.

JSON 표현
{
  "paymentsAccounts": [
    {
      object (PaymentsAccount)
    }
  ]
}
입력란
paymentsAccounts[]

object (PaymentsAccount)

액세스할 수 있는 결제 계정의 목록입니다.

승인 범위

다음 OAuth 범위가 필요합니다.

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

자세한 내용은 OAuth 2.0 개요를 참고하세요.

PaymentsAccount

Google Ads 고객의 결제를 설정하는 데 사용할 수 있는 결제 계정

JSON 표현
{
  "resourceName": string,
  "paymentsAccountId": string,
  "name": string,
  "currencyCode": string,
  "paymentsProfileId": string,
  "secondaryPaymentsProfileId": string,
  "payingManagerCustomer": string
}
입력란
resourceName

string

출력 전용. 결제 계정의 리소스 이름입니다. PaymentsAccount 리소스 이름의 형식은 다음과 같습니다.

customers/{customerId}/paymentsAccounts/{paymentsAccountId}

paymentsAccountId

string

출력 전용. 결제 계정을 식별하는 데 사용되는 16자리 ID입니다.

name

string

출력 전용. 결제 계정의 이름입니다.

currencyCode

string

출력 전용. 결제 계정의 통화 코드입니다. ISO 4217 표준에서 파생된 통화 코드의 하위 집합이 지원됩니다.

paymentsProfileId

string

출력 전용. 결제 계정과 연결된 결제 프로필을 식별하는 데 사용되는 12자리 ID입니다.

secondaryPaymentsProfileId

string

출력 전용. 수금 후 결제 계약이 체결된 경우 등 드문 경우에 표시되는 보조 결제 프로필 ID입니다.

payingManagerCustomer

string

출력 전용. 이 결제 계정의 결제 관리자입니다.