Add Matter (Invoice)
Use this web method to add a new matter(invoice) in Payink.
post
https://testclient.payink.com
/api/matters
Add Matter (STAGE)
List of practice areas |
Audit |
Transfer Pricing Advisory |
Corporate International Tax Advisory |
Accounting, Bookkeeping & Payroll |
Annual Management |
Other Expenses |
Accounting Outsourcing |
Company Formation/Foundation |
Legal Services |
Notary Services |
Reimbursable Expenses |
Consulting |
Due Diligence |
Other |
Request Example:
{
"matter_number": "03239-ABCBrazil",
"practice_area": "Audit",
"bill_amount": 100.00,
"due_date": "2021-05-31",
"invoice_date": "2021-03-30",
"customer_number": "29-09-25-12"
}
post
https://client.payink.com
/api/matters
Add Matter (PRODUCTION)
Request Example:
{
"matter_number": "03239-ABCBrazil",
"practice_area": "Audit",
"bill_amount": 100.00,
"due_date": "2021-05-31",
"invoice_date": "2021-03-30",
"customer_number": "29-09-25-12"
}
Last modified 1yr ago