I'm using Woocommerce in Wordpress to sell online my software. Until now i've accepted only Paypal payment: when someone buy my software, i use Webhook with " action.woocommerce_payment_complete" event to call a PHP page that creates the user access.
Now, i want to add the Bank Transfer payment. The problem is.. which event should i use? "woocommerce_payment_complete" is not called when someone do the order neither if i set the order as "on progress" or as "completed".
I would like to have a safe event to call when Paypal payment is complete or when i receive the bank transfer.
Thank you in advance! Luca