Hello,
For a business purpose, we need to retrieve a list of invoices through Google Ads API but in
the documentation prerequisites there is a demand for a linked payment method to be 'Monthly invoicing'. When we try to retrieve Invoices linked to the 'Automatic payment' API returns the following error:
{
{
"errors": [
{
"errorCode": {
"invoiceError": "BILLING_SETUP_NOT_ON_MONTHLY_INVOICING"
},
"message": "Cannot request invoices for a billing setup that is not on monthly invoicing."
},
{
"errorCode": {
"authorizationError": "ACTION_NOT_PERMITTED"
},
"message": "The user does not have permission to perform this action on the resource or call a method."
}
],
"requestId": "JcRFPaWI-A9Jl8lqMFpcRg"
}
}
Obviously, it's due to the mentioned prerequisite. Our question is: are there any ways to retrieve Invoices through Google Ads API for 'Automatic payments'? And if not, are there any plans for such a possibility in the future?