How-To Guides24 min read
How to Version Your Payment API: Strategies for Backward-Compatible Changes
Version only when an unchanged client would fail or behave differently. Otherwise, keep the change in the current version. That distinction between `Non-breaking change` and `Breaking change` is the core rule for versioning.
payment apibackward-compatible changesapi strategies+2 more
Read →