CREDIT CARD PROCESSING WITH A REAL TIME PROCESSOR (Steps 1-4 below)
You can offer invoice & credit card payment at the same time.
2simplifi Job Board will support a myriad of Credit Card Processor solutions, including Versign PayFlow Pro and Link,Authorizenet, LinkPoint and USAePay. Additionally, if you prefer to process your orders via a Web Terminal or via telephone after an order has been placed, you can retrieve the Credit Card Number via the 2simplifi Job Board Back Office Administrator.
Since 2simplifi Job Board is a ColdFusion application, many credit card processors provide special ColdFusion custom tags (CFX_LINKPOINT, CFX_PAYFLOWPRO, CF_AUTHORIZE) that can be called to complete the credit card transaction.
1. CREATE & UPLOAD YOUR Payment Processor API Code.
Example Authorizenet API: You will find an example Authorizenet file named "inc_authorizenet.cfm" in the root/Recruiter directory. The file is being called by using cfinclude. If the transaction is successful the remainder of the agreement-final.cfm file will execute, completing the purchase by updating the database and e-mailing receipts and displaying the final receipt to the customer.

2. PLACE THE INCLUDED TEMPLATE IN THE Recruiter/agreement-final.cfm FILE

3. UPDATE eCommerce Settings in the Back office.
Under the APPLICATION SETTINGS title in the left column of the admin home page, click on "Subscriber Cart & eCommerce Settings" to turn on and manage eCommerce Settings.

4. Test your changes.
|