Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 504 Bytes

ThreeDSecure.md

File metadata and controls

20 lines (14 loc) · 504 Bytes

WorldnetPayments::ThreeDSecure

Properties

Name Type Description Notes
enable Boolean Indicates whether 3D-Secure capability is available for the terminal. [optional]
supported_cards Array<String> List of cards brands eligible for 3D-Secure processing. [optional]

Example

require 'worldnet_payments'

instance = WorldnetPayments::ThreeDSecure.new(
  enable: null,
  supported_cards: null
)