Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

IMPORTANT:

  • Up to version 3.2 of nexo FAST, Configured Services is identified by tag 'DF13' and consists of 2 bytes. For more information, please see Nexo Specification Update Bulletin No. 16 Quasi Cash Edition 2.

  • Quasi Cash is not allowed for contactless transactions.

  • All Quasi Cash transactions shall be authorized online.

  • From Arkos version 2.3.X, the new Configured Services identified by tag 'DF67' with 4 bytes shall be used.

How to configure Quasi Cash acceptance in Atheos?

#

Description

Example

1

Update the Configured Services Extended ‘DF67’ in Terminal Data (E1).

Note: Remove any reference to the Configured Services ‘DF13’.

Code Block
# TAG_CONFIGURED_SERVICES_EXTENDED
df 67         00 04          e0 02 00 00

Meaning: Payment, Refund, Cancellation and Quasi Cash services are configured.

2

Update the Supported Services in Application Profile table (E2).

Code Block
# TAG_SUPPORTED_SERVICES
df 03         00 04          e0 02 00 00

Meaning: Payment, Refund, Cancellation and Quasi Cash services are configured.

3

Update the Supported Services in Application Profile Selection Table Non chip (E8).

Code Block
# TAG_SUPPORTED_SERVICES
df 03         00 04          e0 02 00 00

Meaning: Payment, Refund, Cancellation and Quasi Cash services are configured.

4

Update the Quasi Cash Minimum and Maximum Amount in Application Profiles (E6).

Code Block
# TAG_QUASICASH_MINIMUM_AMOUNT
df 5f           00 06          00 00 00 00 01 00
# TAG_QUASICASH_MAXIMUM_AMOUNT
df 5e           00 06          00 00 00 01 00 00

Meaning:

  • Quasi Cash Minimum Amount: 1

  • Quasi Cash Maximum Amount: 100

5

Update the APSC in Application Profiles (E6).

Code Block
# TAG_APPLICATION_PROFILE_SETTINGS_FOR_CANCELLATION
df 28           00 02          c2 40

Meaning:

  • B1b8 : Cancellation of Payment allowed

  • B1b7 : Cancellation of Refund Allowed

  • B1b2 : Cancellation of Quasi Cash Allowed

  • B2b7 : Cancellation of Captured transactions allowed

6

Update the Supported Services in Combinations List & Parameters (EC).

Code Block
# TAG_SUPPORTING_SERVICES
df 03         00 04          e0 02 00 00

Meaning: Payment, Refund, Cancellation and Quasi Cash services are configured.6

7

Create the Quasi Cash service in Service Settings Table (E4).

The Service Identifier shall be set to ‘15’.

Code Block
# TAG_SERVICE_IDENTIFIER
df 01         00 01          15
7

8

Add the Quasi Cash service to the POI Profile and perform a deployment (see Service Settings Table (E4))

...