REST API and WP-CLI
Query what is pending and settle orders from your own scripts.
Pro exposes the pending transfers list and the settle action over the WordPress REST API and as WP-CLI commands, so a script or another system can do what the screen does. Requests authenticate with WordPress application passwords.
Authentication
Create an application password under Users, Profile for an account that can manage WooCommerce, and use it with HTTP basic authentication. Do not use an account password.
What you can do
- List orders waiting for a transfer, with the same filters as the screen.
- Settle an order.
- Submit credits for matching, as an alternative to the webhook.
The daily summary
One email each morning covers what is waiting, what it comes to, how long the oldest has waited, and who says they have already paid. Nothing is sent on a day with nothing waiting, so an empty inbox means an empty queue.