Payink API documentation
Search…
PAYINK Web API - overview
Add a customer
Update customer
Add Matter (Invoice)
Update Matter (Invoice)
Delete Matter (Invoice)
Upload invoice file
Upload credit note
Send invoice
Get single invoice/matter status
Get multiple invoices/matters statuses
Webhooks
Embedded / Hosted payment page
List of supported countries
Glossary
Version Control
Powered By
GitBook
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:
1
{
2
"matter_number": "03239-ABCBrazil",
3
"practice_area": "Audit",
4
"bill_amount": 100.00,
5
"due_date": "2021-05-31",
6
"invoice_date": "2021-03-30",
7
"customer_number": "29-09-25-12"
8
}
Copied!
post
https://client.payink.com
/api/matters
Add Matter (PRODUCTION)
Request Example:
1
{
2
"matter_number": "03239-ABCBrazil",
3
"practice_area": "Audit",
4
"bill_amount": 100.00,
5
"due_date": "2021-05-31",
6
"invoice_date": "2021-03-30",
7
"customer_number": "29-09-25-12"
8
}
Copied!
Previous
Update customer
Next
Update Matter (Invoice)
Last modified
10mo ago
Copy link
Contents
post
Add Matter (STAGE)
post
Add Matter (PRODUCTION)