معرفی شرکت ها


AuthorizeSauce-0.5.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

An awesome-sauce Python library for accessing the Authorize.net API. Sweet!
ویژگی مقدار
سیستم عامل -
نام فایل AuthorizeSauce-0.5.0
نام AuthorizeSauce
نسخه کتابخانه 0.5.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jeff Schenck
ایمیل نویسنده jmschenck@gmail.com
آدرس صفحه اصلی http://authorize-sauce.readthedocs.org/
آدرس اینترنتی https://pypi.org/project/AuthorizeSauce/
مجوز MIT
Authorize Sauce =============== The secret sauce for accessing the Authorize.net API. The Authorize APIs for transactions, recurring payments, and saved payments are all different and awkward to use directly. Instead, you can use Authorize Sauce, which unifies all three Authorize.net APIs into one coherent Pythonic interface. Charge credit cards, easily! :: >>> # Init the authorize client and a credit card >>> from authorize import AuthorizeClient, CreditCard >>> authorize = AuthorizeClient('285tUPuS', '58JKJ4T95uee75wd') >>> cc = CreditCard('4111111111111111', '2018', '01', '911', 'Joe', 'Blow') >>> card = client.card(cc) >>> # Charge a card >>> card.capture(100) <AuthorizeTransaction 2171829470> >>> # Save the card on Authorize servers for later >>> saved_card = card.save() >>> saved_card.uid '7713982|6743206' >>> # Use a saved card to auth a transaction, and settle later >>> saved_card = client.saved_card('7713982|6743206') >>> transaction = saved_card.auth(200) >>> transaction.settle() Saucy Features -------------- * Charge a credit card * Authorize a credit card charge, and settle it or release it later * Credit or refund to a card * Save a credit card securely on Authorize.net's servers * Use saved cards to charge, auth and credit * Create recurring charges, with billing cycles, trial periods, etc. For the full documentation, please visit us at `Read the Docs`_. Thanks to Chewse_ for supporting the development and open-sourcing of this library. Authorize Sauce is released under the `MIT License`_. .. _Read the Docs: http://authorize-sauce.readthedocs.org/ .. _Chewse: https://www.chewse.com/ .. _MIT License: http://www.opensource.org/licenses/mit-license


نحوه نصب


نصب پکیج whl AuthorizeSauce-0.5.0:

    pip install AuthorizeSauce-0.5.0.whl


نصب پکیج tar.gz AuthorizeSauce-0.5.0:

    pip install AuthorizeSauce-0.5.0.tar.gz