We believe small companies need automations to grow
Start for free. No credit card required.
5+
no-code
integrations
3m
invoices have been
issued with no-hands
2+
e-invoicing
providers PEPPOL
<10
lines of code to
implement our API
BILLING PLATFORM
Build your streamline invoicing with workadu accounting built in logic.
Automate your business
where it needs to
Developers Product - no code
No hands, No Code. Create invoices from your orders or payments.
Effortlessly generate invoices from your orders or payments—quick, simple, and automated. Save time and focus on what matters most.
View integrationsDevelopers Product - code
API Products
Streamline your workflows with powerful automations that save time and eliminate errors. Connect billing, transactions, bookings, and customer data seamlessly.
- BILLING
- transactions
- bookings & services
- Customers
Loved by teams
and small businesses
that believe
in their
great mission
Sample Coding
Quickly copy and customize code samples to integrate with your workflow.
curl
https://app.workadu.com/api/invoices \
-u wk_abcd123123abcd1234: \
-d customer_id=1234 \
-d series_id=2100
curl
https://app.workadu.com/api/invoiceline \
-u wk_abcd123123abcd1234: \
-d invoice_id = 1231 \
-d description= "2 days charge" \
-d amount = 12.00
curl
https://app.workadu.com/invoices/publish \
-u wk_abcd123123abcd1234: \
-d invoice_id = 1231 \
-d send = true \
-d aade_send = true