Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Info

The Javadoc is available online

Product Version

Online API Documentation

Update

Comments

ArkosLib 1.5.x

ArkosLib 1.5.x

All minor revisions

ArkosLib 1.4.x

ArkosLib 1.4.x

All minor revisions

ArkosLib 1.2.x

ArkosLib 1.2.x

All minor revisions

ArkosLib 1.0.1

ArkosLib 1.0.1

ArkosLib 1.0.0

ArkosLib 1.0.0

First online API version

Description

ArkosLib is the core of the Arkos framework. It provides all transaction-centric capabilities.

Overview

Goal and usageGoal and usage

Arkos provides a simplified but complete access to a NexoFAST compliant Payment System. It aims to manage as much complexity inherent to such systems without removing functionality. The system is based on NexoFAST payment flow specifications with optional additions to support additional processes. The system is mostly configuration-based, allowing for streamlined customization and usage.

The Service Model

Arkos is built on a service model, requiring the integrator to provide project-specific implementations to a minimal set of services. This allows an integrator flexibility in how things are actually processed on their device.
Some default implementations are available for common platforms and behavior when possible.

...