Skip to main content
Every Platform API error follows the RFC 7807 Problem Details format. This page covers common error scenarios, retry strategies, and domain-specific error codes.

Error Format

Domain Prefixes

Each error code starts with a domain prefix that identifies the resource or subsystem the error originated from. Branch on error_code to render domain-specific UI without parsing detail strings. The tables below cover the most common errors integrators encounter on the Platform API. The full catalogue is reflected in the OpenAPI spec.

Common HTTP Status Codes

Authentication Errors

User & Onboarding Errors

Wallet Errors

Onboarding Errors

Safe Operation Errors

SIS Configuration Errors

KYC Errors

Retry Strategy

Retryable Errors

These errors are transient and should be retried with exponential backoff:

Non-Retryable Errors

These indicate a problem with the request itself:

Example: Retry with Backoff

SIS Error Codes

For error codes from the Sumvin Identity Service (token exchange, revocation), see the SIS Error Reference.