adyen-python-api-library icon indicating copy to clipboard operation
adyen-python-api-library copied to clipboard

Adyen API Library for Python

Results 20 adyen-python-api-library issues
Sort by recently updated
recently updated
newest added

OpenAPI spec files or templates have been modified on 06-11-2025 by [commit](https://github.com/Adyen/adyen-openapi/commit/f67bf7ba47c7014bae4403716cc73ccea74170ae).

Feature

### Description Accessing a non-existent property on an API returns None instead of raising an AttributeError ### Steps to reproduce Attempt to access any non-existent attribute on any subclass of...

needs response

Merged pull requests to be released: - #366 - #382 **Full Changelog**: https://github.com/Adyen/adyen-python-api-library/compare/v14.0.0...main

release

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/stale](https://redirect.github.com/actions/stale) | action | major | `v9` -> `v10` | --- ### Release...

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Adyen/release-automation-action](https://redirect.github.com/Adyen/release-automation-action) | action | minor | `v1.3.1` -> `v1.4.0` | --- ### Release...

### Feature summary _No response_ ### Problem statement The `_determine_api_url` method in `Adyen/client.py` is fragile and difficult to maintain. It relies on string manipulation and hardcoded values to determine the...

Feature
needs response

### Feature summary Generated services don't have Docstrings ### Problem statement Services don't have Docstrings that explain what the services do ### Proposed solution Update code generation to generate Docstrings...

Feature
do not stale

### Description `create_authentication_session` requires an extra argument that isn't used ### Steps to reproduce `SessionAuthenticationApi.create_authentication_session` has arguments `request` and `authenticationSessionRequest`. The latter is not used anywhere and appears to have...

do not stale

### Feature summary Multi‑instance, thread‑safe API client with better typing ### Problem statement ### Background The current Python client uses a **singleton pattern** for each API handler and the HTTP...

Feature
needs response

### Feature summary Add environment (test or live) attribute to the Client object ### Problem statement The Client `platform` attribute defines the Environment (`test` or `live`) to be used when...

Feature
do not stale