Skip to content

Commit c426005

Browse files
committed
Update README.md
1 parent 1676b87 commit c426005

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# sample-code-python
2-
This repository contains working code samples which demonstrate python integration with the Authorize.Net API
1+
# Sample Python Code for Authorize.Net
2+
This repository contains working code samples which demonstrate Python integration with the Authorize.Net Python SDK (https://github.com/AuthorizeNet/sdk-python).
3+
The samples are organized just like our API, which you can also try out directly here: http://developer.authorize.net/api/reference
4+
5+
6+
##Using the Sample Code
7+
8+
The samples are all completely independent and self-contained so you can look at them to get a gist of how the method works, you can use the snippets to try in your own sample project, or you can run each sample from the command line.
9+
10+
##Running the Samples
11+
Clone this repository.
12+
````
13+
$ git clone https://github.com/AuthorizeNet/sample-code-python.git
14+
````
15+
Install the Authorize.Net Python SDK
16+
````
17+
$ pip install authorizenet
18+
````
19+
Run the individual samples e.g.
20+
````
21+
$ python PaymentTransactions/charge-credit-card.rb
22+
````
23+

0 commit comments

Comments
 (0)