Difference between revisions of "Freeside:4:Documentation:Developer/bin/freeside-paymentech-download"

From Freeside
Jump to: navigation, search
(Edit via perl MediaWiki framework (1.13))
 
(No difference)

Latest revision as of 08:45, 18 November 2015

NAME

freeside-paymentech-download - Retrieve payment batch responses from Chase Paymentech.

SYNOPSIS

 paymentech-download [ -v ] [ -t ] [ -a archivedir ] user

DESCRIPTION

Command line tool to download payment batch responses from the Chase Paymentech gateway. These are XML files packaged in ZIP files. This script downloads them by SFTP, extracts the contents, and passes them to FS::pay_batch::import_result.

-v: Be verbose.

-t: Use the test server.

-a directory: Archive response files in the provided directory.

user: freeside username

BUGS

SEE ALSO

FS::pay_batch