Re: [Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-13 Thread Google Ads API Forum Advisor Prod
Hi Alok, I was able to reproduce your error on my end. It appears to be an issue with the client library. Please post an issue on the GitHub page here and let them know that it should be updated so that the resource is expecting the payments account ID without dashes. In the meantime, if this

Re: [Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-13 Thread alok
Hi Mitchell, As I mentioned above, I am trying to use an EXISTING paymentAccountID which is in --- format. According to billingsetup document, I should be setting paymen

RE: [Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Alok, Thank you for reaching out. Adding the payments_account to BillingSetup requires the payments_account_id from PaymentsAccountInfo. As you can see, this value is a string and must be passed with dashes. Therefore, you need to pass the Id as a string with dashes and the error message is