shopperIP property

  1. @BuiltValueField.new(wireName: r'shopperIP')
String? get shopperIP

The shopper's IP address. We recommend that you provide this data, as it is used in a number of risk checks (for instance, number of payment attempts or location-based checks). > Required for Visa and JCB transactions that require 3D Secure 2 authentication for all web and mobile integrations, if you did not include the shopperEmail. For native mobile integrations, the field is required to support cases where authentication is routed to the redirect flow. This field is also mandatory for some merchants depending on your business model. For more information, contact Support.

Implementation

@BuiltValueField(wireName: r'shopperIP')
String? get shopperIP;