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
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,18 @@ Alternatively, we provide a custom `SPL` autoloader:
33
33
```php
34
34
require 'path/to/anet_php_sdk/autoload.php';
35
35
```
36
-
36
+
37
+
## Authentication
38
+
To authenticate with the Authorize.Net API you will need to retrieve your API Login ID & Transaction Key from the [`Merchant Interface`](https://account.authorize.net/). You can find these details in the Settings section.
39
+
If you need a sandbox account you can sign up for one really easily [`here`](https://developer.authorize.net/sandbox/).
40
+
41
+
Once you have your keys simply plug them into the appropriate variables as per the samples below.
0 commit comments