solidusio / solidus_braintree

💳 Integrate Solidus with Braintree
https://www.braintreepayments.com/
BSD 3-Clause "New" or "Revised" License
19 stars 55 forks source link

Add device data collection #115

Closed gsmendoza closed 1 year ago

gsmendoza commented 1 year ago

Goal

We want to add device data collection because PayPal recommends that all customer-initiated transactions include device data. Device data increases the accuracy of their available Premium Fraud Management Tools in determining when a transaction is fraudulent. See https://developer.paypal.com/braintree/docs/guides/premium-fraud-management-tools/device-data-collection.

Background

@SyborgStudios contributed the initial PR. See https://github.com/solidusio/solidus_braintree/pull/103.

Tasks