Perlshop 4 - Realtime Transaction Library
Waverider Systems
www.WaveriderSystems.com
Installation:
- Unzip the ps_transact.zip file archive.
- Copy the ps_transact.pl file into your web server CGI directory.
Make sure this file is transferred in ASCII mode.
- Give the ps_transact.pl file the same permissions as your perlshop.cgi file.
- Alter the configuration settings in the ps.cfg file to suit the needs of your store.
This will include the following items:
- @accept_payment_by
- @valid_credit_cards
- $cardno_on_email
- $card_security_code
- $online_credit_verify
- $online_check_verify
- $create_authorization_log
All settings are documented inside the cfg file.
Using the Real Time Transaction Library with PayPal:
Configuring up your ps.cfg file:
- Add 'PayPal' to the @accept_payment_by setting in your ps.cfg file.
- If PayPal is to be your real-time credit card processor,
set the $online_credit_verify setting in your ps.cfg file to 'PayPal'.
- Set the following settings according to the instructions in the ps.cfg file:
- $paypal_web_accept
- $paypal_email_address
- $paypal_web_accept_url
- $paypal_url
Configuring your PayPal account:
- Log in to your PayPal account.
- Go to your account Profile page.
- Go to the Website Payment Preferences page.
- Set 'Auto Return' to 'On'.
- Set 'Return URL' to your store base URL (i.e. 'www.yourdomain.com').