Skip to content

skip-pay/skippay-payments-API-OAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Open API Specification for Skip Pay payments API

This is OAS for Skip Pay REST payments API.

🔗 For more information see our developers portal: developers.skippay.cz

What is OpenAPI?

OpenAPI, formerly known as Swagger, is a specification for describing RESTful APIs. It enables the documentation, testing, and development of APIs in a consistent format.

How to Use this OpenAPI Specification?

  1. Viewing the Specification: To view the OpenAPI specification, simply open the SkipPay_OAS.yaml file in your favorite editor or use online tools such as the Swagger Editor.

  2. Generating Clients: You can generate clients in various programming languages based on this OpenAPI specification. We recommend using Swagger Codegen or OpenAPI Generator.

  3. API Validation: You can use the OpenAPI specification to validate the features and interfaces of the Skip Pay payments REST API, ensuring they adhere to the specification.