API Enhancements:
- Improved Paypal Wallet support of China-provisioned cards
PayPal uses the non-standard country code C2 for cross-border/international payments from Chinese accounts. We are now supporting this code and translating it into supported ISO 3166-1 alpha-2 code CN for Paydock platform.
Impacted Functionality: Paypal Wallet Payment processing
- Mastercard SCOF Key migrations
Mastercard is changing the way in which it publishes public keys, so we are supporting the new way moving forward.
Impacted Functionality: Network Token Service Mastercard SCOF operations
- Improved ClickToPay Cybersource end to end transaction confirm
As part of a ClickToPay transaction we are executing a confirm call after authorization to send to mastercard payment final status/result. We are adding an extra medatada field for CYBS transactions that MPGS already had support to.
Impacted Functionality: Click To Pay via CYBS.
- Restrict adding stores to gateways unrelated to ColesSwitch
Improve store creation logic by returning an error when adding a store to a non-ColesSwitch gateway.
Impacted functionality: Create Stores API
Widget Enhancements:
- Support to enable/disable Paypal & ApplePay Express Checkout buttons
Ability for merchants to programatically enable/disable the Express Wallet Buttons.
Impacted Functionality: Express Wallet Buttons SDK.
- Improved HTMLWidget TS Interface exporting
Improve Card HTMLWidget TS interface developer experience, specially around event callback typings.
Impacted Functionality: HTMLWidget TS SDK.
- Apple Pay enhanced older device support
Add support to older, not updated Apple Pay devices to still use Apple Pay capabilities.
Impacted Functionality: ApplePay SDK WalletButton, ExpressWalletButton, OpenWalletButton.