Optional
allowDefault value is false.
Optional
appleUse this parameter to disable Apple Pay.
Otherwise if Apple Pay is correctly configured, Apple Pay will appear as a selection in the Payment Method options.
Optional
cardIf set to true, disables Card in Drop-in. Default value is false.
Optional
cardholderSets the Cardholder Name field status, which is how it will behave in CardForm.
Default is DISABLED.
Optional
googleProvide the Google Pay request if you need Google Pay support
Optional
maskTrue to mask the card number when the field is not focused.
See com.braintreepayments.cardform.view.CardEditText for more details.
Android only.
Optional
masktrue to mask the security code during input. Defaults to false.
Optional
paypalSet to true to hide the PayPal option even if enabled for your account.
Defaults to false. Set to true to hide the PayPal option even if enabled for your account.
Optional
threeDSecureProvide the ThreeDSecure request if you need 3DS support
Optional
vaultWhether or not to vault the card upon tokenization.
Can only be applied when initializing the Braintree client with a client token that was generated with a customer ID.
When set to false
with allowVaultCardOverride
set to false
, then cards will not be vaulted.
Defaults to true
Optional
vaultthe default value used to determine if Drop-in should vault the customer's card.
This setting can be overwritten by the customer if the save card checkbox is visible using setAllowVaultCardOverride(boolean)
If the save card CheckBox is shown, and default vault value is true: the save card CheckBox will appear pre-checked. If the save card CheckBox is shown, and default vault value is false: the save card Checkbox will appear un-checked. If the save card CheckBox is not shown, and default vault value is true: card always vaults. If the save card CheckBox is not shown, and default vault value is false: card never vaults.
This value is true by default.
Optional
vaulttrue to allow customers to manage their vaulted payment methods.
Defaults to false.
A Braintree Drop-In Request