Integrate UK company payment practices data directly into your applications with our powerful RESTful API
Access payment practices data for thousands of UK companies
Get the latest payment information as soon as it becomes available
Simple, well-documented RESTful API with JSON responses
Enterprise-grade security with 99.9% uptime SLA
Pay-as-you-go or monthly subscription options available
Average API response time under 200ms
// Example API request
fetch('https://api.paymentcheck.co.uk/v1/companies/12345678', {
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
})
.then(response => response.json())
.then(data => {
console.log('Company:', data.company);
console.log('Average payment time:', data.averageTimeToPay, 'days');
console.log('Paid within 30 days:', data.invoicesPaidWithin30Days, '%');
});
Get started with our API today and unlock the power of payment practices data
Request API Access