Back to API Reference
OpenAPI 3.0 · v2026-05-06
Interactive reference
Swagger UI on top of our OpenAPI file. Poke any endpoint, inspect schemas, copy out ready-made curl. Download the spec to generate an SDK or import into Postman.
What to do with this
- Postman: File → Import → URL
https://api.nerezpay.ru/openapi.yaml. You get a collection with every endpoint. - SDK: generate a client via
openapi-generator-cli generate -i openapi.yaml -g typescript-fetch -o ./sdk. About 50 languages supported. - Tests: plug the spec into schemathesis, dredd or any contract tester — automatic verification that our responses match the schema.