Versioning

We apply an agile versioning strategy to our API. This means that when we update our API, we maintain backward compatibility for as long as possible. We increment the API version only when changes break backward compatibility.

How we implement agile versioning

We specify the version number of the API in the URL of the resource, directly before the category or feature name. For example, https://api.payroc.com/v1/funding-accounts. When we release a major update, we update the version number of the API to the next whole number.
Use HTTPS for all requests to the Payroc API. We reject all HTTP requests, and all requests that are not properly authenticated.