Versions Compared

Key

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

...

Name

Tag

Format

Usage

Cyclic Function Results

FFBF3C

DO

Container for the results

Cyclic Pending Transactions Occurrence

FFBF3C.FF02

DO

Container for the data of one pending transaction

Transaction ID

FFBF3C.FF02. DF01

ASCII; var

Transaction ID of the transaction with pending completion

AcquirerNumber

FFBF3C.FF02. DF1B

n; 2

Ex : [01], [03]

AcquirerNumber, as defined in the configuration.

AcquirerNumber of the transaction with pending completion

Exemple Output TLV Tree

Code Block
breakoutModefull-width
- FFBF3C
  - FF02
      - DF01 : "TRX001"
      - DF1B : 01
  - FF02
      - DF01 : "TRX002"
      - DF1B : 01
  - FF02
      - DF01 : "TRX003"
      - DF1B : 02

doGetCylicActions

This function is used to get all tasks that are scheduled now. This include completions to send and reconciliation to do.

Name

Tag

Format

Usage

Transaction Time

9F21

BCD; 6
HMS, two nibbles per element
Ex: [0x16, 0x17, 0x27] (16:17:27)

Time at which the current action is performed

Transaction Date

9A

BCD; 6
YMD, two nibbles per element
Ex: [0x20, 0x08, 0x16] (2020-aug-16)

Date at which the current action is performed

Local Time Zone

DF9F3F

i8; 2
Hour and minute offset, one byte each
Ex: [-5, 0]

Local Timezone in which the current action is performed

AcquirerNumber

DF1B

n; 2

Ex : [01], [03]

AcquirerNumber, as defined in the configuration.

List of wanted acquirer numbers.

Output Parameters

Name

Tag

Format

Usage

Cyclic Function Results

FFBF3C

DO

Container for the results

Cyclic Pending Action Occurrence

FFBF3C.FF01

DO

Container for the data of one pending reconciliation

Cyclic Pending Action Type

FFBF3C.FF01. DF01

Expand
titlePossible Values

01: Acquirer Reconciliation

Define action do be done

Cyclic Pending Action ID

FFBF3C.FF01. DF03

n; 2

Ex : [01], [03]

AcquirerNumber, as defined in the configuration.

Acquirer number of the reconciliation to be performed

Cyclic Pending Transactions Occurrence

FFBF3C.FF02

DO

Container for the data of one pending transaction

Transaction ID

FFBF3C.FF02. DF01

ASCII; var

Transaction ID of the transaction with pending completion

AcquirerNumber

FFBF3C.FF02. DF1B

n; 2

Ex : [01], [03]

AcquirerNumber, as defined in the configuration.

AcquirerNumber of the transaction with pending completion

Exemple Output TLV Tree

Code Block
breakoutModefull-width
- FFBF3C
  - FF02
      - DF01 : "TRX001"
      - DF1B : 01
  - FF02
      - DF01 : "TRX002"
      - DF1B : 01
  - FF02
      - DF01 : "TRX003"
      - DF1B : 02

  - FF01
      - DF01 : 01
      - DF03 : 01
      
  - FF01
      - DF01 : 01
      - DF03 : 02

doPrepareCompletionMessage

Use to prepare acquirer messsage to send for completion with the required host acquirer information.

Data Parameters

Name

Tag

Format

Usage

Transaction Time

9F21

BCD; 6
HMS, two nibbles per element
Ex: [0x16, 0x17, 0x27] (16:17:27)

Time at which the current action is performed

Transaction Date

9A

BCD; 6
YMD, two nibbles per element
Ex: [0x20, 0x08, 0x16] (2020-aug-16)

Date at which the current action is performed

Local Time Zone

DF9F3F

i8; 2
Hour and minute offset, one byte each
Ex: [-5, 0]

Local Timezone in which the current action is performed

Reference Data

DF37

ASCII; var

Ex : [01], [03]

Reference of the transaction to produce the completion message.

Previously sent in the Transaction ID response of either doGetCylicActions or doGetPendingTransactions function return.

Output parameters