Hi Nikisha,
thanks for your answer.
Actually, I already have an active payment profile, for which I have full
admin rights, and which is being used on another Google Ads Account.
I am trying to use this existing payment profile to setup a first billing
on a new Google Ads Account (created from the API). Here is the piece of
code I use :
billing_setup_service = client.get_service('BillingSetupService',
version='v1')
billing_setup_operation = client.get_type('BillingSetupOperation',
version='v1')
billing_setup = billing_setup_operation.create
billing_setup.payments_account_info.payments_profile_id.value =
"6340-7543-3902"
billing_setup.payments_account_info.payments_account_name.value = "New
Payment Account"
billing_setup.start_time_type = client.get_type('TimeTypeEnum').NOW
try:
billing_response =
billing_setup_service.mutate_billing_setup(customer_id,
billing_setup_operation)
Where the payments_profile_id is the ID of the existing payment profile,
and the customer_id is the ID of the new Google Ads account.
I get the following error :
Request with ID "aOVy8WTVWBdyhqjyhgW_3g" failed with status
"INVALID_ARGUMENT" and includes the following errors: Error with message
"The customer does not have permission to signup for billing.".
Do you have any idea of what I should do ?
Thank you very much for your help !
Christophe
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/20939a40-8fed-42f8-851d-bce38ee30727%40googlegroups.com.