Skip to main content

OpenAPI VoP Specifications

You can download the full OpenAPI definition for the Verification of Payee (VOP) APIs in YAML format.

These files are suitable for:

  • Importing into tools like Postman
  • Generating client SDKs (C#, TypeScript, Java, etc.)
  • Generating API documentation or mocks

FormatVersionDescriptionLink
apicunia.vop.gateway.yaml1.0.2Vop Gateway OpenAPI 3.x definitionDownload VOP Gateway YAML
apicunia.vop.yaml1.0.0Vop Standard OpenAPI 3.x definitionDownload VOP Standard YAML

Usage Examples

Import into Postman

  1. Download apicunia.vop.gateway.yaml or apicunia.vop.yaml.
  2. In Postman, click Import.
  3. Select the file and create a new collection from the definition.

Generate a Client SDK (example with OpenAPI Generator)

openapi-generator generate \
-i https://docs.apicunia.com/openapi/apicunia.vop.gateway.yaml \
-g csharp \
-o ./generated/csharp-client