mCards Mobile SDKs Overview

The mCards Mobile SDKs provide the ability to link into the mCards platform to support development of mobile apps. The SDKs provide the ability to manage all aspects of an mCard issued to a cardholder. This includes managing an mCard, its features, activity history, and linked payment accounts.

The mobile SDKs are designed to be used by iOS and android mobile applications. They are not intended for administrative or management actions (see the Management API).

mCards provides five SDKs:

  • Auth SDK- User authentication, User PII collection, and token acquisition
  • Cards SDK- Access to to mCard card models, digital provisioning, and cardholder data
  • Accounts SDK- Ability to access and manage payment accounts functionality
  • Features SDK- Ability to access and display mCard features functionality
  • History SDK- Access to mCard transaction history and card activity

Each mCard SDK can be used independently of any other SDK. The only exception is the Auth SDK. The Auth SDK is required in every application to support user login functionality and user authentication.

GitHub