Hello Everyone. I have a little problem. I would like to generate an extract from the site using the PayPal API. I am able to download all the data included in the extract except for one thing: the current address of the company. For example: ------------------------------- Company Name Ltd. 196 X Y Street City ZipCode City ------------------------------- However, I could only find this information at the endpoint https://api-m.paypal.com/v2/invoicing/templates. However, we have multiple templates here, and I cannot determine which one contains our current active address. I can easily find this on the website: https://www.paypal.com/businessprofile/settings/info/edit, but not with the API. I also tried the endpoint https://api.paypal.com/v1/identity/openidconnect/userinfo, but it returns an empty string. Where can I obtain the current address to be printed on the extracts?
... View more