LogoLogo
Developer Hub
Developer Hub
  • 📍Documentation
    • 🏂Onboarding
  • PayContactless
    • PayContactless Embed
  • 📱MERCHANT EMBED SDK
    • PayContactless Embed SDK
      • Getting Started
      • SDK API Reference
        • Initialize
        • Pay With Card
          • Sale
          • Refund
          • Pre&Post Auth
        • Pay With Link
        • Pay With Account
        • Transactions History
        • Transactions Detail
        • Send Receipt
        • Daily Transactions Summary
        • Error Handling
    • Security Mechanisms
    • Production Preparation
      • Play Integrity Configuration
      • Firebase Crashlytics Configuration
      • Firebase Push Notification Configuration
  • 📱CUSTOMER ACCOUNT BASE EMBED SDK
    • Account Base Embed SDK
      • Getting Started
      • SDK API Reference
  • 💻BACKEND INTEGRATION
    • API Specification
  • 🔐Security
Powered by GitBook
On this page
  • Restrictions
  • Device Unique Id
  • Recommendations for Integrating Application
  1. MERCHANT EMBED SDK

Security Mechanisms

Restrictions

Paycontacless SDK does not allow run the app on the following situations and enviroments.

  • Debug Build of app

  • Rooted Device

  • Emulators

  • Custom Rooms

  • Virtual Environment

  • Installing app from unknown resource. Only Google Play Store is allowed.

Device Unique Id

The SDK has several mechanisms in order to recognize and uniquely identify the end user device. The API calls from the Integrating app to the Backend system also requires some additional controls to be executed on the Backend server checks like device status, device safety, etc. In order to achieve this, the SDK returns a deviceId to the Integrating application.

Recommendations for Integrating Application

  • The integrating application is advised to block screen captures for other functionality and should not provide alternative tap on phone solutions.

  • The integrating application is advised to block split screen usage entirely or for the transaction screens.

PreviousError HandlingNextProduction Preparation

Last updated 8 days ago

📱