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.3VoP Gateway OpenAPI 3.x definitionDownload VOP Gateway YAML
apicunia.vop.gateway.bulk.yaml-Bulk VoP Gateway OpenAPI 3.x definitionComing Soon!
apicunia.vop.yaml1.0.1VoP Standard OpenAPI 3.x definitionDownload VOP Standard YAML

Usage Examples​

Import into Postman​

  1. Download the required file (e.g. apicunia.vop.gateway.yaml, apicunia.vop.yaml etc).
  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