You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** The Python SDK is still in limited Beta testing, please contact developer@authorize.net for more information ***
9
9
10
10
## Prerequisites
11
11
12
-
Requires
12
+
We'll be ensuring this SDK is compatible with Python 2.6+, 3.2+ and PyPy but for the beta release we're primarily testing against Python 2.7 so that's the current prerequisite.
13
13
14
14
15
15
## Installation
16
16
To install AuthorizeNet
17
17
18
-
`pip install AuthorizeNet`
18
+
`pip install authorizenet`
19
19
20
20
21
21
## Registration & Configuration
@@ -33,11 +33,46 @@ For reporting tests, go to https://sandbox.authorize.net/ under Account tab->Tra
33
33
34
34
35
35
## Usage
36
-
See our sample code repository at https://github.com/AuthorizeNet/sample-code-python
36
+
See our sample code repository at https://github.com/AuthorizeNet/sample-code-python (*** NOTE during beta the sample code repo is a work in progress ***)
37
37
38
-
For the simplest "Hello World" example, use paste this into a file called charge-credit-card.py and run:
38
+
For the simplest "Hello World" example, paste this into a file called charge-credit-card.py and run:
0 commit comments