Skip to main content

Troubleshooting

Quick reference for common integration issues.

Authentication

IssueSolution
401 UnauthorizedCheck API key is correct and included in XApiKey header
Key not workingGenerate a new key in Creditor Portal → API Keys

See Authentication for setup details.

Case Creation

IssueSolution
400 validation errorCheck required fields — see Create a Case
422 business errorFollow the solutionUrl in the response — usually contract signing
Duplicate referenceYour creditorReference already exists — use unique values

See Create a Case — Error Handling for all error types.

Webhooks

IssueSolution
Not receiving eventsVerify endpoint is HTTPS with valid certificate
Signature verification failsUse raw body (not parsed JSON) and Base64-decode the secret
Webhook disabledCheck disabledReason and re-enable with "isActive": true

See Webhooks — Common Issues for details.

Error Reference

For complete error handling across all APIs, see Error Handling.