I am using the Python Test Code found at
https://developer.authorize.net/api/reference/index.html
code found under Payment Transactions -> Charge a Credit Card
How do I make sure that my endpoint is pointed at PRODUCTION? In the test I do not see anywhere that it is setting the Endpoint.
I am not familiar enough with the API to determine what line I need to insert in order to make sure it is trying to connect to the PRODUCTION Endpoint.<
09-07-2019 01:17 PM
Try taking a look at the documentation for the SDK you are using: https://github.com/AuthorizeNet/sdk-python
09-07-2019 05:49 PM