General information
Trustpair provides a REST API that lets you automate your third-party fraud check processes.
Trustpair's API mirrors Trustpair's capabilities inside its platform:
- Launching quick checks on your third parties before adding or updating them inside your ERP. (See Company account checks)
- Performing audits of your VMF (Vendor Master File) to clean-up the data from your third-parties inside your ERP. (See Company account audits)
- Performing checks on your payment campaigns before sending them to your bank (See Payment Checks)
- Importing your payment history to improve Trustpair's capability to evaluate your third-parties (See Payment history)
- Using Webhooks to get alerted in real time when changes occur on your third-parties (See Webhooks)
Trustpair's various modules
For more information about each of Trustpair's various modules, you can have a read at this page
Its REST API follows industry standards:
- It uses the standard JWT Bearer method to authenticate. (See Authentication)
- It uses JSON format for request and response bodies
- HTTP methods often require to use URL-encoded parameters to access ressources
- It uses the standard cursor-based pagination system (See Pagination)
- It respects standard semantics for HTTP status and errors (See Status and errors)
Several environments are at your disposal to implement your API including a Mock server that enables you to test API endpoints with false data.
Updated over 1 year ago
What’s Next