Changelog for January 2023
almost 2 years ago by Nexio
This changelog covers changes to the documentation and API Reference during January 2023.
Content changes
- Added the Making a Hello (payment) World request tutorial to the Quick Start section that provides a high-level flow through the payment process to help developers get started with integration. (1/25/2023)
- Updated Google Pay integration guide with more information and examples. (1/25/2023)
- Updated PayPal (with Braintree) integration guide with more information and examples. (1/11/2023)
- Added the Creating your own CSS file for an iframe topic with information about the general CSS structure of the iframe, the default CSS for it, and how you might adapt the CSS to your own site. (1/11/2023)
API changelog
Enhancement/Fix | API Reference | Description |
---|---|---|
Fix | Payments | Previously, the API Reference for the Save Card Token and Run Card Transaction endpoints indicated that you should send the card security code as an integer. But, because the security code may start with a leading zero (0). If you send the code as an integer, you will likely run into errors. However, since the API has always supported this parameter as either a string or an integer, we have not had to make a programming change. Instead, the documentation has been updated to indicate that you should send the securityCode parameter as a string. (1/11/2023) |
If you have any questions or feedback, contact us.