Implementation > Electronic Signature > Integration with Gateway > Updating payment status with PSR

Updating payment status with PSR (in Gateway)

Only read this topic if you are using Gateway as the communication layer for Electronic Signature.

This topic explains how to configure Gateway in FEX to retrieve Payment Status Report (PSR) data for EBICS payments and then use the PSR to update the payment status displayed in Electronic Signature.

About PSR

The Payment Status Report (PSR) is a file generated by the EBICS Server after every EBICS transaction (payment file sent). The PSR file contains the final status of a transaction at the bank side.

3 types of Payment Status Reports are supported along with their corresponding parsers:

By default, Electronic Signature is configured to support Payment Status Report PSRv2 with the file format FDL.camt.002.001.02.ara. Therefore, to use the other payment status report types along with their parsers, you need to configure them.

PSR type availability

About PSR integration in Electronic Signature

PSR integration in Electronic Signature enables business users to view the up-to-date status of the payments they have sent as found in the PSR.

To achieve this, the following actions are performed:

Updated payment status

Configuring PSR integration with Gateway

Fetching a PSR file

In Gateway Navigator, create a Decision Rule that points to the script:

These scripts are located in the directory <FullPathName>/mft/Fetch

Where:

You need to create one Decision Rule for each Bank/Customer you have defined.

The <USER> corresponds to a transport user. It can be omitted in the fetch XML file, in which case the default user for the BANK/CUSTOMER will be used. If the Bank has defined the PSR handler as user-based then the transport user used for sending payments must be specified. If no transport user has been explicitly defined, then the first signer is used as a transport user and this user must be specified in the fetch XML file.

PSR fetch scheduling

PSR files need to be fetched regularly in order to update the payment status in Electronic Signature.

For example, you might want to fetch a PSR every 60 seconds. To do this, schedule the previously-created Decision Rules in a schedule-type Rule Table in the Event Management/Scheduling menu of the Gateway GUI.

Limitation for Bank and Customer names

When using Electronic Signature with Gateway, do not use the hash character '#' in Bank or Customer names. The PSR parser interprets the hash as a separator.

Related topics

Configuring Gateway for Electronic Signature