Deep Linking

Deep Linking Integration

Introduction

iPOS Systems is a Fintech payment company partnering with resellers across the globe. Our family of terminals, payment gateway services, and innovative software solutions help facilitate card payments and manage sales. Our solutions include Dejavoo terminal hardware, DeNovo cloud point of sale (POS) solutions, SPIn semi-integrated EMV payments, and iPOSpays payment gateway.

The DVPayLite App is an Android POS application specifically designed for accepting payments on iPOS Systems payment processing terminals. When designing the API, our focus was on simplicity, intuitiveness, and predictability. We have made efforts to adhere to commonly accepted standards such as REST for access, JSON format for data, and Basic Authentication and Authorization.

Purpose

The purpose of this document is to provide DvPayLite application solution to access by other applications to accept the payments.

Overview

This section provides an overview of the DVPayLite App Deep Linking implementation guide for Android app developers.

DVPayLite App is an Android POS application which will be used to accept the payments on iPOS Systems payment processing terminals.

In designing the API, our goal was to make it simple, intuitive, and predictable. We do our best to adhere to common open and widely accepted standards, including REST for access, JSON format for the data and Basic Authentication and Authorization. This API assumes a good working knowledge of the payment application UI, concepts and terminology.

Use this guide to complete the technical integrations.