API Reference
API endpoints to manage the full lifecycle of your Credova integration.The Credova API is organized around REST. Our API is built with a predictable resource-oriented structure, uses JSON-encoded requests and responses, follows standard HTTP verbs/responses, and uses industry standard authentication.
OpenAPI specification
The complete, machine-readable definition of every Credova API endpoint — paths, parameters, request/response schemas, and authentication — is published as OpenAPI specs:
- Payments API: https://api.publicsquare.com/swagger/financial/swagger.yaml
- Accounts API: https://api.publicsquare.com/swagger/accounts/swagger.yaml
These specs are the source of truth for the API reference and are ideal for importing into API clients, code generators, or LLM tools that consume OpenAPI directly.