Freeside:3:Documentation:Developer/bin/freeside-paymentech-upload
From Freeside
Contents
NAME
freeside-paymentech-upload - Transmit a payment batch to Chase Paymentech via SFTP.
SYNOPSIS
freeside-paymentech-upload [ -a [ -p PAYBY ] ] [ -v ] [ -t ] user batchnum
DESCRIPTION
Command line tool to upload a payment batch to the Chase Paymentech gateway. The batch will be exported to the Paymentech XML format, packaged in a ZIP file, and transmitted via SFTP. Use paymentech-download to retrieve the response file.
-a: Send all open batches, instead of specifying a batchnum.
-p PAYBY: With -a, limit to batches of that payment type, e.g. -p CARD.
-v: Be verbose.
-t: Send the transaction to the test server.
user: freeside username
batchnum: pay_batch primary key
BUGS
Passing the zip password on the command line is slightly risky.