Secure Connect SDK
Overview
The Secure Connect SDK provides a secure way to collect and reveal sensitive data (documents, card details) in your applications. The SDK handles encryption, tokenization, and secure communication with the Connect Financial platform, ensuring PCI compliance and data security.
Available Platforms
The SDK is available for three platforms:
| Platform | Download |
|---|---|
| Node.js / Browser | Download SDK |
| Android | Download SDK |
| iOS | Download SDK |
Select your platform guide:
- JavaScript / Node.js SDK - For web applications and Node.js backends
- Android SDK - For native Android applications
- iOS SDK - For native iOS applications
Supported Operations
All SDK platforms support the following operations:
Collect (Submit) Operations
| Operation | Description |
|---|---|
SUBMIT_DOCUMENT_ID | Submit government-issued ID |
SUBMIT_DOCUMENT_SSN | Submit Social Security Number |
SUBMIT_DOCUMENT_DRIVERS_LICENCE | Submit driver's license |
SUBMIT_DOCUMENT_PASSPORT | Submit passport |
Reveal (Show) Operations
| Operation | Description |
|---|---|
REVEAL_DOCUMENT_ID | Reveal government-issued ID |
REVEAL_DOCUMENT_SSN | Reveal Social Security Number |
REVEAL_DOCUMENT_DRIVERS_LICENCE | Reveal driver's license |
REVEAL_DOCUMENT_PASSPORT | Reveal passport |
REVEAL_CARD_PAN | Reveal card number |
REVEAL_CARD_CVV | Reveal card CVV |
REVEAL_CARD_EXPIRY | Reveal card expiry date |
Security Considerations
- All sensitive data is encrypted before transmission
- Data never passes through your application servers in plain text
- Tokens are returned instead of raw data for secure storage and retrieval
- PCI DSS compliant data handling
Support
For technical support or questions about the Secure Connect SDK, contact your Customer Success Manager or reach out to our technical support team.