VBA API to retrieve the activation token from woocommerce

Hello everybody,

I want to know if it is possible to retrieve the activation token in the original format “email + order number” using a VBA API.

I tried to use the VBA API suggested in the guide, but I only can retrieve the hashsum of the token.

How can I retrieve the token in the format “email+order number”?

Thanks
Marco

It’s not directly possible for privacy reasons. But, since validation lets you pass any custom data from the server to the compiled workbook app, you can modify the PHP controller file to include the activation token into the response, and have it passed to the app:
https://www.xlspadlock.com/doc/topics/retrieving-subscription-licence-information-with-vba.htm