Versions

Any changes we make to the API that are incompatible with previous versions are released in a new version. The current version is 2.1.0. In the case of switching between versions, we recommend testing the app with the new version before making the full switch to your app.

When a bug is fixed in the system, the version remains the same, so you won't have to change the version unless new features are added.

curl -H "Accept: application/vnd.conekta-v2.1.0+json"
// the version contains internally version to use
<PackageReference Include="Conekta.net" Version="6.0.3" />
go get -u github.com/conekta/[email protected]
gem 'conekta', '~> 6.0'
composer require  conekta/conekta-php:6.0.0
npm i [email protected]
pip install conekta==6.0.0
<!-- https://mvnrepository.com/artifact/io.conekta/ct-conekta-java -->
<dependency>
    <groupId>io.conekta</groupId>
    <artifactId>ct-conekta-java</artifactId>
    <version>6.0.0</version>
</dependency>