-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
53 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# accept-sample-app | ||
This application provides examples of how to use the Authorize.Net Accept products to integrate secure payment acceptance into your applications. | ||
|
||
## How to Use the Sample App | ||
|
||
+ Host the sample app in any web server supporting PHP like IIS (with PHP) or XAMPP (Apache web server with PHP). __HTTPS (SSL) must be enabled for your website.__ | ||
+ Edit the **Config.txt** to put the correct values for Authentication, profile ID and path of the virtual Directory where app is hosted. | ||
+ Browse the application (**index.php**) over HTTPS connection. | ||
+ Payment forms are shown in the same page and Shipping forms are handled in a separate modal popup. Any of the types can be choosen to display the forms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
; *** Enter The Merchant Authentication name and API Transaction Key below *** | ||
|
||
; ** Enter The Merchant Authentication name and API Transaction Key below ** | ||
name = new-vital-fnbo | ||
transactionKey = 123abc | ||
|
||
; ** Enter The customer Profile To load details ** | ||
customerProfileId = 389897 | ||
Home = https://localhost/hostedPages/ | ||
|
||
; ** Enter The virtual directory path where app is hosted ** | ||
Home = https://localhost/AcceptSample/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters