- Getting Started
- Tutorials
- Reference
- API Reference
- Basic Payment
- Authentication
- Card Account
- Virtual Account
- Bank Account
- Customer
- Billing Address
- Shipping Address
- Merchant
- Corporate
- Cart
- Airline
- Tokenization
- Recurring
- Recurring Migration
- 3D Secure
- Custom Parameters
- Async Payments
- Webhook notifications
- Risk
- Point of Sale
- Response Parameters
- Card On File
- Chargeback
- Result Codes
- Brands Reference
- API Reference
- FAQ

ReD Shield
This guide explains the integration steps to collect RedShield device Id information via iovation FraudForce Mobile SDK.
Configuration
Since the mSDK version 2.18.0 you can use RedShield device Id information for more security reason. The device Id is sent together with the payment via OPP parameter customer.browserFingerprint.value
.
To enable this feature you have to go through the following steps:
- Activate the feature in your back office portal. Please contact your account manager for more information.
- Import the iovation FraudForce SDK to your project.
Ready-to-Use UI
If you use our ready-to-use UI and the configuration was successfully done, the RedShield device Id information will be collected and sent automatically in step 2.
Only add the following line to the app's proguard-rules.pro
file:
-keep class com.iovation.mobile.android.** { *; }
SDK & Your Own UI
If you use core SDK & Your Own UI then you need to collect RedShield device Id information using iovation FraudForce SDK and send it in step 1.