AccessCheckoutTextInput component to replace TextInput components
- a new component called
AccessCheckoutTextInput
has been introduced to support SAQ-A compliance and replace the use ofTextInput
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 usingAccessCheckoutTextInput
components - support for Integrating using the
AccessCheckout
class and theuseCardValidation()
/useCvcOnlyValidation()
has been removed and is replaced by theuseAccessCheckout()
hook - more information on Worldpay Developer Documentation