Core Concepts
Everything you need to know to work with the Wonder API at a glance. Follow the links for full details.
AuthenticationWonder API is authenticated with an RSA-SHA256 signature tied to your AppID.WebhooksWonder pushes real-time event data to your HTTPS endpoint. Supported events include order and payout status changes .EnvironmentsThe Wonder environments of Sandbox and Production use the same API paths and logic — only the domain changes.Error HandlingEvery error returns {"code":"...","message":"..."}. Codes are grouped by module.