Skip to content

Support for SAQ-A compliance

Latest
Compare
Choose a tag to compare
@ochalet-wp ochalet-wp released this 15 May 08:32
d81e308

AccessCheckoutTextInput component to replace TextInput components

  • a new component called AccessCheckoutTextInput has been introduced to support SAQ-A compliance and replace the use of TextInput components. It has been designed so that it does not expose any methods or properties to retrieve the text entered by the end user to ensure our merchants applications do not have direct access to card details and are SAQ-A compliant.
  • more information on Worldpay Developer Documentation

Simpler integration with useAccessCheckout() hook

  • integration has been simplified by introducing a useAccessCheckout() hook where all merchant configuration for sessions and validation is provided
  • more information on Worldpay Developer Documentation

Version 2 functionality that is deprecated in version 3

  • support for integrating using standard TextInput components has been removed. Merchants can now only integrate using AccessCheckoutTextInput components
  • support for Integrating using the AccessCheckout class and the useCardValidation() / useCvcOnlyValidation() has been removed and is replaced by the useAccessCheckout() hook
  • more information on Worldpay Developer Documentation