Thx Threadi
On a local install, I am trying to integrate with Stripe Payments for Woo. Integration is in place and payments go through. Payments though bank transfer has significant delays in clearance for credit, capture ok etc. Stripe sends those for my webhook, that triggers Woo to update order status from “processing” to “on hold” to “disputed” to “Refunded” to “completed” etc.
This webhook at Stripe needs a URL but it does not throw out a user and pass. Local on my computer with WP and Woo requires a user and pass.
So the question is, what is the best way to get around this. An external listener, receiving the hooks. An then the ability and clearance to access my local install.
Best solution imo would be if Local application for Mac had a link access for webhooks without user and pass. All advice is welcome. Thx