I’m currently integrating with Deel’s API and looking for an endpoint to create a bill or invoice. The only endpoint I’ve found so far is:
bash
CopyEdit
POST https://api-sandbox.demo.deel.com/rest/v2/invoice-adjustments
However, every attempt I make returns the following error:
“Invoice Adjustments are not supported for this contract type.”
Could you please clarify:
- Whether there’s a different endpoint intended for creating invoices or bills?
- Which contract types support the
invoice-adjustments
endpoint?
Any documentation or guidance would be greatly appreciated.
Thanks in advance!
Hello @IronRat
Create an invoice adjustment supports invoice creation for types: 'pay_as_you_go_time_based', 'ongoing_time_based', 'payg_tasks'
Which contract types are you looking to create invoices for via API ?
Thanks
I created contract via Create Direct Employee endpoint, so I exprected that I will able to create invoice to this contract
Can you provide detailed instruction how to create Invoice(bill), what kind of Employee should it be? what endpoints should I use?
Hi @IronRat
When it comes to invoicing, it depends on your specific use case.
For example:
Contractors invoice the company directly based on the work (it can be time based, task based, milestone, or fixed value - and can also have extras added via Adjustments), and this process is managed by Deel.
Employees of Record (EOR) are paid by Deel, and Deel invoices the client directly. - the invoice is automatically generated based on the payment cycle
For Direct Employees we do not offer Adjustments, being this limited to Contractors.
Could you please share more about what you’re trying to accomplish? That way, we can guide you more effectively.