KreedX — Banking API and Payments Platformby DigiPulse Solutions
Developer Docs

Conventions

How every KreedX API behaves — learn it once, and the second integration feels familiar.


KreedX APIs are RESTful, and every response — errors included — is JSON. The rules below hold across the whole catalogue.

TopicHow it works
StyleREST over HTTPS, with predictable JSON responses
EnvironmentsSandbox and production, with separate credentials for each
Asynchronous eventsWebhooks to an HTTPS endpoint you provide
Every transactionCarries a unique reference ID, through to settlement
FailuresRetried where the network allows, then returned as a clear status rather than left pending
ToolingSDK samples and code examples, shared during integration
AvailabilityEnterprise-grade uptime SLA

Where to go from here