<% include( '/elements/header.html', 'Developer Documentation' ) %> <& /elements/menubar.html, 'Freeside Perl Modules' => $fsurl.'docs/library/FS.html', 'Complete Index' => $fsurl.'docs/library/index.html', &>

freeside-paymentech-upload

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 freeside-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.

SEE ALSO

FS::pay_batch

<% include ('/elements/footer.html' ) %>