Package com.stripe.param
Class SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder
java.lang.Object
com.stripe.param.SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder
- Enclosing class:
- SetupIntentConfirmParams.PaymentMethodOptions.Card
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Configuration options for setting up an eMandate for cards issued in India.When specified, this parameter signals that a card has been collected as MOTO (Mail Order Telephone Order) and thus out of scope for SCA.Selected network to process this SetupIntent on.setRequestThreeDSecure
(SetupIntentConfirmParams.PaymentMethodOptions.Card.RequestThreeDSecure requestThreeDSecure) We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements.If 3D Secure authentication was performed with a third-party provider, the authentication details to use for this setup.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeSetupIntentConfirmParams.PaymentMethodOptions.Card.extraParams
for the field documentation. -
putAllExtraParam
public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeSetupIntentConfirmParams.PaymentMethodOptions.Card.extraParams
for the field documentation. -
setMandateOptions
public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder setMandateOptions(SetupIntentConfirmParams.PaymentMethodOptions.Card.MandateOptions mandateOptions) Configuration options for setting up an eMandate for cards issued in India. -
setMoto
When specified, this parameter signals that a card has been collected as MOTO (Mail Order Telephone Order) and thus out of scope for SCA. This parameter can only be provided during confirmation. -
setNetwork
public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder setNetwork(SetupIntentConfirmParams.PaymentMethodOptions.Card.Network network) Selected network to process this SetupIntent on. Depends on the available networks of the card attached to the SetupIntent. Can be only set confirm-time. -
setRequestThreeDSecure
public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder setRequestThreeDSecure(SetupIntentConfirmParams.PaymentMethodOptions.Card.RequestThreeDSecure requestThreeDSecure) We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults toautomatic
. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine. -
setThreeDSecure
public SetupIntentConfirmParams.PaymentMethodOptions.Card.Builder setThreeDSecure(SetupIntentConfirmParams.PaymentMethodOptions.Card.ThreeDSecure threeDSecure) If 3D Secure authentication was performed with a third-party provider, the authentication details to use for this setup.
-