Reference · auto
Full OpenAPI explorer
The source of truth is the public OpenAPI file used by this docs project.
Spec source
This documentation is rendered from public/openapi.public.json, generated from the merchant backend public API surface.
How to use the spec in your workflow
- Generate strongly typed clients for your backend services.
- Run contract tests against a mocked/spec-driven server.
- Validate payload schemas during CI for breaking changes.
openapi-generator-cli generate \
-i public/openapi.public.json \
-g typescript-fetch \
-o ./generated/xpend-clientDeveloper-facing only
Only public merchant endpoints are included in this spec. Internal staff/admin workflows are intentionally excluded.