I have an INVALID_BILLING_ACCOUNT exception while creating a budgetOrder using the same billing account as usual.
I can retrieve the billing account without any pb.
Would someone help me?
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Header>
</ns1:RequestHeader>
</soapenv:Header>
<soapenv:Body>
<operations>
<operand>
<billingAccountId>0595-4797-3956-3267</billingAccountId>
<primaryBillingId>2513-2327-4359</primaryBillingId>
<spendingLimit>
</spendingLimit>
<startDateTime>20190612 000001 Europe/Paris</startDateTime>
<endDateTime>20190614 235959 Europe/Paris</endDateTime>
</operand>
</operations>
</mutate>
</soapenv:Body>
</soapenv:Envelope>
[main] INFO com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - SOAP response:
<?xml version="1.0" encoding="UTF-8"?>
<soap:Header>
<requestId>00058af82c5d15ea0ac14e46130bac35</requestId>
<serviceName>BudgetOrderService</serviceName>
<methodName>mutate</methodName>
<operations>1</operations>
<responseTime>423</responseTime>
</ns2:ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>[BudgetOrderError.INVALID_BILLING_ACCOUNT @ operations[0].operand]</faultstring>
<detail>
<message>[BudgetOrderError.INVALID_BILLING_ACCOUNT @ operations[0].operand]</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<fieldPath>operations[0].operand</fieldPath>
<fieldPathElements>
<field>operations</field>
<index>0</index>
</fieldPathElements>
<fieldPathElements>
<field>operand</field>
</fieldPathElements>
<trigger/>
<errorString>BudgetOrderError.INVALID_BILLING_ACCOUNT</errorString>
<ApiError.Type>BudgetOrderError</ApiError.Type>
<ns2:reason>INVALID_BILLING_ACCOUNT</ns2:reason>
</errors>
</ns2:ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>