Payment Method Maintenance

Is anyone using payment method to generate a payment method file? How does the file get generated or where do you enter the parameters to generate the file to the output location?

Hi,

The Electronic Interface is driving the file generation, so you need to select the proper one. You can create your own Electronic Interface and design the program responsible for creating the file. In that case, you might want to start with the Payment_Generic.cs logic and edit it.

Regarding the location where the file is dropped, that is based on the Output Location selected in the payment method master file.

Thanks

When I looked, all that is set is an Electronic Interface. I believe you are correct that there is probably a custom designed program responsible for creating the file. So how does the Electronic interface affect or tie into how the custom program is ran?

From the Electronic Interface maintenance, you have to select the program responsible for generating the file.

I checked and it says None Selected for Electronic Interface. The Pay Method Type is Electronic Interface

Pay Method Type has to be Electronic Interface.

What type of program is it that would create the file?

A C# program (.cs extension).