Premium Fraud Management Tools

Overviewanchor

While it is a best practice to configure Basic Fraud Tools to protect your account from some of the more standard forms of payment fraud, more complex fraud schemes require more advanced capabilities. Braintree's Premium Fraud Management Tools provide a suite of fraud prevention and detection checks before a request is processed, which helps catch fraudulent activity before authorization requests ever reach your customers' banks.

The need for additional data to provide adequate coverage for Risk and Fraud management is important. This can be accomplished by ensuring the below fields are part of all transactions being passed to Braintree for processing. They are easily added during configuration of the API/SDK’s and must be done at this time.

FieldDescriptionAPI Reference Link
EmailEmail address composed of ASCII characters. 255 character maximum.Non Vaulting <code>|</code> Vaulting
PhoneThe value in the phone number field of a customer's statement. Phone must be 10-14 characters and can only contain numbers, dashes, parentheses and periods.Non Vaulting <code>|</code> Vaulting
Customer IPThe customer's IP address. <br /> Should be sent for customer-initiated transactions (i.e., when the transactionSource is empty or set to moto, recurring_first, or installment_first)Non Vaulting <code>|</code> Vaulting
Device IDCustomer device information. <br /> Should be sent for customer-initiated transactions (i.e., when the transactionSource is empty or set to moto, recurring_first, or installment_first)Non Vaulting <code>|</code> Vaulting
Billing InformationBilling address information associated with a specific customer ID.Non Vaulting <code>|</code> Vaulting or Vaulting
Shipping InformationShipping address information associated with a specific customer ID.Non Vaulting <code>|</code> Vaulting or Vaulting
Cardholder NameThe name associated with the credit card. Must be less than or equal to 175 characters.Non Vaulting <code>|</code> Vaulting
Line ItemThe line items for this transaction. It can include up to 249 line items.Non Vaulting <code>|</code> Vaulting

Read more about differences between our fraud protection options.

Compatibilityanchor

Premium Fraud Management Tools are compatible with all credit and debit cards and the following:


Next Page: Configuration