JB3D – GM Invoice Endpoint (capture attachment, safe triggers, admin-only send, auto-rename)
WordPress MU plugin for automatic German Market invoice generation
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jaybee1111/jb3d-gm-invoice-endpoint/archive/refs/heads/main.zipJB3D – GM Invoice Endpoint (MU plugin)
A WordPress MU plugin that generates or fetches German Market invoice PDFs and exposes a REST endpoint:
POST /wp-json/jb3d/v1/invoice/generate
Authentication:
Header X-JB3D-Secret: <secret> — stored only in wp-config.php.
Example usage
curl -s -X POST "https://jb3d-druck.de/wp-json/jb3d/v1/invoice/generate" \
-H "X-JB3D-Secret: YOUR_SECRET" \
-d "order_id=1922"