Skip to content

Commit e10da84

Browse files
committed
Update README.md
1 parent 0438fdf commit e10da84

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
# sample-code-java
2-
This repository contains working code samples which demonstrate java integration with the Authorize.Net API
1+
# Sample Code for the Authorize.Net Java SDK
2+
The goal of this code sample repository is to provide completely self-contained autonomous examples of using our Java SDK to access the Authorize.Net API. We have tested all the samples and while we expect that many people will copy/paste them into their own development projects they are also idependently runnable from the command line.
3+
4+
## Set Up Steps
5+
* Clone this repository.
6+
* Run "mvn package" in the root directory.
7+
* Run the individual samples e.g.
8+
9+
````java -jar target/VisaCheckoutDecrypt-jar-with-dependencies.jar
10+
````
11+
12+
## API Reference
13+
The code samples are organized just like our API reference which you can access here http://developer.authorize.net/api/reference
314

415
*PLEASE NOTE THIS PROJECT IS CURRENTLY UNDER DEVELOPMENT*

0 commit comments

Comments
 (0)