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
* An Authorize.Net account (see Registration & Configuration section below)
12
14
13
-
- Python 2.7 or greater
14
-
- OpenSSL 1.0.2 or greater
15
15
16
-
We'll be ensuring this SDK is compatible with Python 2.7+, 3.2+ and PyPy but we're primarily testing against Python 2.7 so that's the current prerequisite.
16
+
We'll be ensuring this SDK is compatible with Python 2.7+, 3.2+ and PyPy but we're primarily testing against Python 2.7.
17
17
18
18
19
19
## Installation
20
-
To install AuthorizeNet
20
+
21
+
To install the AuthorizeNet Python SDK:
21
22
22
23
`pip install authorizenet`
23
24
24
25
25
-
## Registration & Configuration
26
+
## Registration & Configuration {#Registration}
26
27
28
+
Use of this SDK and the Authorize.Net APIs requires having an account on our system
27
29
Get a sandbox account at https://developer.authorize.net/sandbox
30
+
31
+
32
+
### Authentication
33
+
28
34
Set your API credentials:
29
35
30
36
```python
@@ -34,56 +40,16 @@ Set your API credentials:
34
40
```
35
41
36
42
37
-
## Usage
38
-
See our sample code repository at https://github.com/AuthorizeNet/sample-code-python
39
-
40
-
For the simplest "Hello World" example, paste this into a file called charge-credit-card.py and run:
0 commit comments