General
How to know the version of the API? El manejo de versiones de la API se hace a través de la URL de los recursos. Por ejemplo si hace una petición a la URL:https://sandbox-api.openpay.mx/v1/mm6wzedhck26ccaeznfa/charges/tjshfqdwd8vtbopuwyal
La versión que se está manejando en la versión 1.
Para las URL’s solo se manejan el número de versión mayor, los número de versión menor no se ocupan para efectos de compatibilidad entre actualizaciones.
What changes do we handle as compatible between versions?
- Add new resources
- Add new optional parameters to existing methods
- Changing an optional parameter to become required in existing methods
- Add new properties in existing answers
- Change the order of the properties in objects responded
- Change in identifiers format at any time, if card identifier now starts with k, we can change it to start with l later
- Change in length of strings for identifiers which never exceed 255 characters
- Add new WebHooks
Note: Asegúrate que este tipo de cambios en el API de Openpay son manejados de manera correcta en tu integración.
API Changelog
- 2018-08
- Multiple refunds feature, the same way as partial refunds works, as many refunds as required are allowed until reach the amount of the charge, this feature requires to be enabled
- 2018-06
- Welcome payments with Alipay wallets in your Openpay account, if you are interested take a look at integration guide for details
- 2018-06
- Option added for card information update such as holdername, expiration date and secure code, see details
- 2018-03
- SafeKey is now supported in aggregator model
- 2018-02
- Improvements in Openpay fee charge model
- 2018-01
- Charged fee currency attribute is included in response transaction and notifications
- 2017-11
- Added 3.3 version for CFDI issuing