Altapay

Latest version: v1.4.1

Safety actively analyzes 621892 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.4.1

++++++++++++++++++

** Python support **

- As of version 1.4.0, Python versions below 3.5 are no longer supported.

1.4.0

++++++++++++++++++

**Features**

- Added ``altapay.Transaction.chargebacks()`` which returns the chargeback events as custom objects.

1.3.0

++++++++++++++++++

**Features**

- Added ``altapay.Transaction.refund()`` with functionality for refunding a transaction, both full and partial.

1.2.1

++++++++++++++++++

**Bugfix**

- Fixed a bug where parsing the values "nan", "inf" or "-inf" would lead to a float value, when handling XML values. While this could potentially be correct, it's safer to assume that these values are in fact string values

1.2.0

++++++++++++++++++

**Features***

- Added ``altapay.FundingList`` and ``altapay.Funding``. These two objects will interact with the funding list features of AltaPay, and will allow you to both list all of your funding files, as well as download individual files. Currently no guide section is written on the subject, but full API documentation is available
- Added ``altapay.CustomReport`` which mimics the custom reporting module of AltaPay. Using a custom report ID and additional kwargs based on the report, you can either view or download your custom reports

1.1.0

++++++++++++++++++

- Previously, all calls would use an HTTP GET, since the AltaPay documentation in some cases suggests that this is the case. This works, however, it breaks when payments start to contain many order lines. Because of this, all calls have been changed to HTTP POST, which is the recommended way of communicating with the AltaPay API.

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.