I'm trying to integrate a WooCommerce store, to allow our customers to easily purchase new subscriptions in the g-suit environment. So far I have been using the following, for all information regarding the g-suit enviroment:
- https://developers.google.com/apis-explorer/#search/reseller/m/reseller/v1/reseller.subscriptions.list?_h=1&
- https://developers.google.com/admin-sdk/reseller/v1/reference/
and the following php-lib:
Everything working great so far, and I can fetch all our current subscriptions and other information - but, I'm now at a point where, I need to "purchase/update
" subscriptions in the g-suite environment. Is their a test environment for this? I would love not to have to spend money to actually test my functionality :).
I have been looking around, and seem not to be able to find anything - regarding a sandbox environment.