If you are a developer integrating with the Billwerk+ API, then this might be important to you
We are upgrading our API specification from Swagger 2 to OpenAPI Specification 3. OpenAPI 3 brings a host of benefits, including enhanced documentation, improved schema support, and a more comprehensive tooling ecosystem. For details on the OpenAPI Specification see: https://www.openapis.org/
What does this mean for you?
If you are using the current Swagger specification to inspect the API and/or create code, then you should start using the OpenAPI 3 Specification found at https://api.reepay.com/openapi.json instead of the Swagger 2 specification found at https://api.reepay.com/swagger.json. We will continue to serve the legacy specification until April 1 2024, but new API features will not be added to the legacy specification. Notice that Billwerk+ follows an "open for extension, but closed for modification" API strategy, so no breaking changes are introduced as long as API integrations ignore unknown attributes.
Feel free to reach out if you have any questions.