<% 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-rbc-upload

NAME

freeside-rbc-upload - Transmit a payment batch to RBC via FTP/TLS.

SYNOPSIS

  freeside-rbc-upload [ -a [ -p PAYBY ] ] [ -v ] user batchnum

DESCRIPTION

Command line tool to upload a payment batch to the Royal Bank of Canada ACH service. Use freeside-rbc-download to retrieve the response file. Options:

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

user: freeside username

batchnum: pay_batch primary key

BUGS

SEE ALSO

FS::pay_batch

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