tibin mathew
tibin mathew

Reputation: 2084

Woocommerce subscriptions process renewal using rest API

I'm doing a custom built admin section for wordpress using rest API. I got all options except processing renewal subscriptions using rest API.

Is there any possible option to do renewal processing using rest API?

I'm referring to this docs: https://prospress.github.io/subscriptions-rest-api-docs/

Any help will be appreciated.

-- Thanks in Advance Tibin Mathew

Upvotes: 0

Views: 319

Answers (1)

tibin mathew
tibin mathew

Reputation: 2084

This is possible by setting the renewal date to the very next minute and update. Then the cron job will do the rest!..

Upvotes: 0

Related Questions