API Enhancements:
- Fixed error when creating a charge without a cardholder name charge fails
Fixed the error that the charge failed when it was created without a cardholder name
Impacted Functionality: Charges
- Regex errors appearing in Console log on Firefox when cardholder name is entered into widget
Fixed the issue that when entering the cardholder’s name in the card form on the Firefox browser, errors appeared in the console log.
- Fat Zebra: Omit Expiry only when the card has expired
When “Omit Expiry Date“is enabled, Paydock will send the omit expiry flag as true only when the card is expired and the payment is recurring (ECM = 32).
- Improved permission options for Checkout Templates
Updated the Checkout permission process to use separate, permission-based API endpoints for creating, updating, and deleting configuration and customisation templates. This change ensures that merchants can only interact with the appropriate template type through the UI and API.
Impacted Functionality: Checkout
- Implemented version-based filtering for Checkout Templates
Enabled URL filtering for the type and version fields in the GET /v1/checkouts/templates endpoint. This resolves an issue where the API was not correctly filtering templates by version, ensuring that requests now return only templates that match the specified type and version parameters.
Impacted Functionality: Checkout
- Implemented a fix for Apple Pay Express Checkout to ensure shipping information accuracy
Implemented a fix to ensure that when consumers update shipping address during checkout (ApplePay Express), the amount displayed in the Apple popup also reflects the new shipping cost instead of the order and shipping amount. Also fixed the non-updating of shipping address in the logs after a successful charge creation
Impacted Functionality: Apple Pay Express, Charge
- API Core V2 can generate X.509 certificates with custom subject
- The API payload for the SSO Setup endpoint has been enhanced to support optional X.509 certificate subject fields. This update enables customers to add, edit, or remove these fields, providing greater compatibility with varying Identity Provider (IdP) configurations.
Impacted Functionality: SSO/SAML
.
UI Enhancements:
- As a user I want to specify X.509 certificates subject fields via web-app
- This enhancement allows users who access the SSO Setup page on the web-app to customize the subject fields attached to the self-signed X.509 Certificate which is used in SSO/SAML flows.
Impacted Functionality: SSO/SAML
- As a user I want to be able to download or copy X.509 certificate
- This enhancement allows users who access the SSO Setup page to download a
.pemfile orcopy to clipboardthe X.509 Certificate which is used in SSO/SAML flows.
- This enhancement allows users who access the SSO Setup page to download a
Impacted Functionality: SSO/SAML
- Updated the “Transaction Id” and “Order Id” labels in Apply New Filter
Updated the labels for “Transaction Id” to “Custom Transaction Id” and “Order Id” to “Custom Order Id” with explanatory tooltips on the Charge page filters.
Impacted Functionality: Charge (Apply New Filter)
- Addressed the non-display of the Company
Phone NumberandWebsitefields
Implemented a fix to address the non-display of the Company Phone Number and Website fields in Company Profiles and when editing a Company from the Brand level.
Impacted Functionality: Company & Brand
.
Widget Enhancements:
No enhancements in this release.