sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

Python SDK for the Authorize.Net API

Results 27 sdk-python issues
Sort by recently updated
recently updated
newest added

I am trying to add tax via the SDK in the "charge-credit-card.py" file, but it seems that the sdk does not support this function. Is there a fix for this?...

help wanted

Hello, I am new to python . I am trying to install gTTS . currently using pip install throws this error below. Please advice how should i go about it....

Worked last week. Is 3.5 no longer supported? Still works for 3.7. Any help is greatly appreciated. Vlad

As per documentation I was trying to use the Get Customer Profile Transaction List endpoint. After looking over the 'apicontractsv1' file here on github it appears that 'getTransactionListForCustomerResponse' is not...

has-pr

We have noticed that the pricing/amount of the payment form is not showing all of of the cent values. For example, when we set the amount to "25.00" or "25.50",...

awaiting reply

According to [MD5 Hash End of Life & Signature Key Replacement](https://support.authorize.net/s/article/MD5-Hash-End-of-Life-Signature-Key-Replacement?utm_campaign=19Q2+MD5+Hash+EOL+Developer), the MD5 hash in the *transHash* field is being phased out and will be removed from responses soon. I...

awaiting reply

We are getting a `Create Document Exception: , (` every time we pull transaction details from the API. The error is occurring on line 149 of `apicontrollersbase.py`. The code being...

enhancement

1.Added subscription id for auUpdate and auDelete class

Is this meant for public use or is this an internal project at the moment? If it's meant for the public, there appear to be a few things hindering adoption...

enhancement

ref => https://github.com/AuthorizeNet/sample-code-python/blob/master/RecurringBilling/create-subscription.py I'm getting issue with create_subscription method when I calling # Creating the request request = apicontractsv1.ARBCreateSubscriptionRequest() request.merchantAuthentication = merchantAuth request.subscription = subscription # Creating and executing the...