I'm tring to Retrieve invoices for a given billing setup via curl, what is the exect URL that i have to make the post to? (ListInvoicesRequest)
Thanks.
Hello Zeevi,
Thank you for reaching out. Please refer to the documentation available here for the curl request URL that you need to use to retrieve the invoices for a given billing setup. Let us know if you have any additional concerns.
Regards,
Nikisha Patel, Google Ads API Team
Can you please paste here the exect url for InvoiceService (Retrieving invoices) CURL POST?
Hope that you understand me.
Hello Eliav,
Please find below the Google Ads API server endpoint where all requests are sent. The request URL will have two parts: an endpoint and a URL suffix. Please refer to this guide for detailed information on how to construct the URL for calling API services. This will help you to create complete endpoint URL for retrieving invoices using InvoiceService via Google Ads API Beta. Let me know if you have any additional concerns.
Server Endpoint: https://googleads.googleapis.com
Endpoint URL: https://googleads.googleapis.com/v2/customers/{customer_id}/invoices:{operation}
Am i need any special access/permission/sign-up to use invoiceService?
I asking cause i saw this line on google ads api changelog "Added a whitelist only InvoiceService for retrieving information about monthly invoices for a specified billing setup. ***This service is currently not open for sign-ups.***"
Hello Eliav,
The InvoiceService has been added in the latest version of the Google Ads API Beta which can be used to retrieve information about monthly invoices for a specified billing setup. This service is currently not open for sign-ups. You can check back in a few months to see if we're opening it up to new people. Please refer to our release notes for more information.
Regards,
Nikisha Patel, Google Ads API Team