Hello,

As of today our platform stated suddenly getting a lot of this 
GENERIC_BILLING_ERROR and before we were not experiencing this at all. 
Basically, the flow we have is we create a customer and after that a budget 
order. Worth mentioning that we have consolidated invoice setup.  I 
attached the soap request and response.

BudgetOrderError.GENERIC_BILLING_ERROR @ operations[0].operand; 
trigger:'NO_BILLING_CUSTOMER_ACCESS'

I would appreciate help on this matter.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/73874391-cb50-454e-8b62-a6f637b2abb1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
SOAP request: 
https://adwords.google.com/api/adwords/billing/v201409/BudgetOrderService
SOAPAction: "mutate", User-Agent: wishpond-ad-words (AwApi-Ruby/0.13.2, 
Common-Ruby/0.9.6, Savon/1.2.0, ruby/2.1.1, HTTPI/1.1.1, curb), Authorization: 
Bearer <TOKEN GOES HERE>, Content-Type: text/xml;charset=UTF-8, Content-Length: 
1090
<?xml version="1.0" encoding="UTF-8"?><env:Envelope 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:wsdl="https://adwords.google.com/api/adwords/billing/v201409"; 
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns0="https://adwords.google.com/api/adwords/cm/v201409";><env:Header><wsdl:RequestHeader
 
xmlns="https://adwords.google.com/api/adwords/cm/v201409";><userAgent><AGENT-GOES-HERE>
 (AwApi-Ruby/0.13.2, Common-Ruby/0.9.6, Savon/1.2.0, ruby/2.1.1, HTTPI/1.1.1, 
curb)</userAgent><developerToken><TOKEN GOES 
HERE></developerToken><clientCustomerId><CLIENT GOES 
HERE></clientCustomerId></wsdl:RequestHeader></env:Header><env:Body><mutate 
xmlns="https://adwords.google.com/api/adwords/billing/v201409";><operations><ns0:operator>ADD</ns0:operator><operand><billingAccountId><BILLING
 ACCOUNT GOES 
HERE></billingAccountId><spendingLimit><ns0:microAmount>-1</ns0:microAmount></spendingLimit><startDateTime>20150310
 191430</startDateTime><endDateTime>20371230 
235959</endDateTime></operand></operations></mutate></env:Body></env:Envelope>
HTTPI executes HTTP POST using the curb adapter

SOAP response (status 500):
<soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ns2:ResponseHeader
 xmlns:ns2="https://adwords.google.com/api/adwords/billing/v201409"; 
xmlns="https://adwords.google.com/api/adwords/cm/v201409";><requestId>000510f3f4acc5300ac48f419d001795</requestId><serviceName>BudgetOrderService</serviceName><methodName>mutate</methodName><operations>0</operations><responseTime>414</responseTime></ns2:ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>[BudgetOrderError.GENERIC_BILLING_ERROR
 @ operations[0].operand; 
trigger:'NO_BILLING_CUSTOMER_ACCESS']</faultstring><detail><ns2:ApiExceptionFault
 xmlns="https://adwords.google.com/api/adwords/cm/v201409"; 
xmlns:ns2="https://adwords.google.com/api/adwords/billing/v201409";><message>[BudgetOrderError.GENERIC_BILLING_ERROR
 @ operations[0].operand; 
trigger:'NO_BILLING_CUSTOMER_ACCESS']</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="ns2:BudgetOrderError"><fieldPath>operations[0].operand</fieldPath><trigger>NO_BILLING_CUSTOMER_ACCESS</trigger><errorString>BudgetOrderError.GENERIC_BILLING_ERROR</errorString><ApiError.Type>BudgetOrderError</ApiError.Type><ns2:reason>GENERIC_BILLING_ERROR</ns2:reason></errors></ns2:ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>

Reply via email to