This log details any breaking and non-breaking API changes we have released for our Checkout Web SDK.
Make yourself familiar with our API Principles to ensure a resilient integration.
PCI and Payments API support
- The SDK now returns a card session URL in the form of
https://access.worldpay.com/sessions/...
. Previously, the card session URL looked like this:https://access.worldpay.com/verifiedTokens/sessions/...
The format of the new card session URL supports our new upcoming Payments API, whilst also remaining compatible with our Verified Tokens API.
More details
You can now listen to the wp:card-brands:change
event hook which will return the brands associated with the card number entered by your customer.
This field replaces wp:card:change
which will be deprecated in the next major version.
More details
You can now use the Access Checkout Web SDK in a Shadow DOM.
More details
You can now omit CVC when creating a card session.
More details
We have released a new version of our Web SDK 1.11.0. This version will enable you to customize the caret color in PAN, Expiry date and CVC input fields by setting the caret-color
property in CSS.
On mobile devices, these input fields will now display numeric keypad as the customer enters their card details.
More details
We have added an integration example using a React.js application to our Web SDK documentation.
More details
We have added a feature allowing you to remove the SDK from a page.
More details
We have added an integration example using a Vue.js application to our Web SDK documentation.
More details
PAN formatting allows you to format the card in your checkout form as the customer types.
More details
The card brand configuration allows you to restrict the cards that you accept on your checkout form.
More details
This feature allows you to customize the accessibility aspects of your SDK integration.
More details
We have added a clearForm
feature allowing you to create sessions for multiple cards without reloading the SDK.
More details
We have increased the lifespan of the CVC session from one minute to 15 minutes.
More details
You can now create a sessions
object for your customer's CVC only. See the full guide here.
More details
You can now create to separate sessions for your customer's card details and CVC. See the full guide here.