View on GitHub
Source, releases, and issues.
Install
fetch). Fully typed — no @types
package needed.
Initialize
kua_test_…
key to work against sandbox data.
Examples
Errors
Non-2xx responses throw aKuaError with a stable code and the HTTP status:
Webhooks
Register endpoints and verify deliveries against the raw request body:verifySignature rejects deliveries older than 5 minutes by default (replay
protection); tune with { toleranceSeconds }. See
verifying signatures.