Express Checkout & Website Payments Pro
SmartWin Technology has partnered with PayPal to give you a complete set of database-driven eCommerce and all-in-one payment solutions using PayPal's Express Checkout and Website Payments Pro.
Ultra-fast checkout, auto-shipping address filling and payment selection for any customer who already has a PayPal account.
ustomers return and remain upon processing the payment, allowing CyberShop to finalize and follow up the order.
Also accept credit card payments without requiring the buyer to have a PayPal account.
Take advantage of comprehensive PayPal's online reports that help you measure sales and manage your business easily.
Get PayPal's industry-leading security fraud-prevention systems.
Take advantage of comprehensive PayPal's online reports that help you measure sales and manage your business easily.
PayPal Account Setup Steps
Step 1: bSet Up a Verified PayPal Business Account
- If you don't have an existing PayPal account:
- Go to PayPal
- Click Sign Up Today.
- Set up an account for Business Owners.
- Follow the instructions on the PayPal site.
- If you already have a Personal or Premier account:
- Go to PayPal
- Click the Upgrade your Account link.
- Click the Upgrade Now button.
- Choose to upgrade to a Business account and follow instructions to complete the upgrade.
- If you haven't already, add a bank account to become a Verified member. Follow the instructions on the PayPal site. (This process may take 2-3 business days.)
Step 2: Apply for Web Payments Pro Services
- Go to PayPal
- Login to your PayPal Business Account
- Click the Merchant Services tab.
- Click Website Payments Pro (U.S. Only).
- Click Sign Up Now.
- Fill in your information, and submit your application. Approval takes between 24 and 48 hours.
- Once approved, click on Accept billing agreement. Check the Getting Started section on the upper left of your account overview page.
Step 3: Setup API Access
- Log into your PayPal account and go to Profile > API Access > Request API Credentials.
- Select API Signature option, Agree to the API terms, then click on the Submit button.
Prev. Page | Back to Top |
CyberShop Setup Steps
PayPal Website Payments Pro has been implemented on any version of CyberOffice Shopping Cart software released after March, 2007. If you are running an earlier version, you can upgrade it to the current version yourself (installation instructions) or have us assist you in the upgrading (order here).
Step 1: Configure Payment Integration ASP Page.
- Find the payment.asp, paypal_pro.asp pages in the shopping cart folder.
- Open the payment.asp under Notepad (or any text editor).
- Add a new line
<!--#include file ="paypal_pro.asp"-->
After the line
<%Call CreateMyObject %>
Step 2: Enter API Access Information.
- Go to the integrated Shop Manger (shopping_cart/shop_main.htm) > Global Settings > Authorization Parameters.
- Enter (in semi-colon delimited name=value pairs):
USER=PayPal_API_Username;
PWD=PayPal_API_Password;
SIGNATURE=PayPal_API_Signature;
PAYMENTACTION=Sale;
- Change
PAYMENTACTION=Sale; to PAYMENTACTION=Authorization;
to authorize the transaction first, capture the fund later.
Step 3: Web Payments Std. Only configuration.
- If you do not have Website Payments Pro on your account, simply remove Credit Card methods from Shop Manager -> Payment Methods.
- If you wish to offer both PayPal Express and Pay By Credit Card without creating an account at PayPal, then download PayPal.zip and follow the instructions on paypal.txt for proper implementation.
Step 4: Capture and Refund.
- Place a test order to activate the setting.
- Shop Manager -> List of Orders -> Order Details (click on Order ID)
- Under the "Continue" drop-down list, you can "Capture" the previously "authorized" fund or "Refund" the payment.
Click to View CyberShop Website Payments Pro Demo. Hint:
- Order any item to on the store.
- Go to checkout.
- Sign up a developer account when asked.
Prev. Page | Back to Top |