Skip navigation links

Yello API Version 1.0.5

The Yello API is the overall name given for all of the Yello's APIs (available publicly online via www.yelloco.com) provided via the yOS.

The yOS represents the firmware running on Yello terminals at the secure payment processor level, application processor level and SFPGA level.

See: Description

Packages 
Package Description
com.yello.api.payment  
com.yello.api.payment.emv  
com.yello.api.payment.emv.gateway  
com.yello.api.payment.emv.gateway.computop  
com.yello.api.payment.emv.receipt  
com.yello.api.payment.emv.tagstore  
com.yello.api.payment.emv.tlv  
com.yello.api.redsys  
com.yello.api.secure  
com.yello.api.secure.brand  
com.yello.api.system  
com.yello.api.system.events  
com.yello.api.utils  
com.yello.api.yello.command  
com.yello.api.yello.command.secure  
The Yello API is the overall name given for all of the Yello's APIs (available publicly online via www.yelloco.com) provided via the yOS.

The yOS represents the firmware running on Yello terminals at the secure payment processor level, application processor level and SFPGA level. It constitutes as well all the services provided by the firmware.

The Yello library is a multi-platform Java library implementing the Yello APIs. It provides access to all the services provided by the yOS running on Yello terminals. The library can be used by customers either from their Android business application running on the Yello terminal or from their business application running remotely on a PC or server.

The APIs provided by the Yello library are divided into the following categories.

Yello Library dependencies

As from release 1.0.1, the Yello Library is dependent on the google's guava package. The Yello Library was tested and validated with version 27.1-android of guava. This version can also be used when running the Yello Library from a PC or server. Guava dependency can be added to an Android application by updating the dependencies section of the application's build.gradle file as follows:
dependencies {
    ...

    implementation group: 'com.google.guava', name: 'guava', version: '27.1-android'
}
Skip navigation links

Copyright © 2019 Yello. All rights reserved.