...
- SimpleSEPADirectDebit service : This is the primary service
- CreditManagement service: Additional service. Possible to enable or disable by configuration withe the help of parameter tree entry. Please see "Parameter Required" section below.
- PayPerEmail service: Additional service. Possible to enable or disable by configuration withe the help of parameter tree entry. Please see "Parameter Required" section below.
- Notification service: Additional service. Possible to enable or disable by configuration withe the help of parameter tree entry. Please see "Parameter Required" section below.
Info | ||||
---|---|---|---|---|
| ||||
It is possible to generate one Direct Debit request file that contains all the Direct debit and/or Credit Management and/or Payperemail and/or Notification fields. But this is also dependent on which services are configured to be used and on the File processor configuration. It is also possible to generate separate Direct Debit request file (with direct debit and/or CreditManagement and/or PayperEmail data) and Notification file (with only notification related data) by setting up two different file-processor configurations. |
Important Note: The Request Generator engine will only load the necessary payment data into DB tables. The file generation is not done by this engine. The File Processor engine creates the payment csv file using the data loaded into these tables, so the payment request file creation is a two-step process and must be done as below:
...