mangopay2-python-sdk
mangopay2-python-sdk copied to clipboard
SDK Python for MANGOPAY
For example, I have Pay-In with the next data (screenshot from the dashboard):  When I check this Pay-In in the terminal I have: ```python In [3]: p = DirectDebitWebPayIn.get('xxxxxxxxxx')...
Hello, I'm trying to upgrade the sdk to the last version but the tests are failing. It look like it fails on your pipeline but also locally when I launch...
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Hi everyone Recently, we noticed that the test `test_GetKycDocuments` started failing sometimes. Here are a couple of logs from different test runs: ### Run 1 ``` ====================================================================== ERROR: test_GetKycDocuments (tests.test_kyc_document.KYCDocumentTestLive)...
Hello, Here are two problems I faced when I dealt with the recurring payments : 1 - When I set a value for frequency in a RecurringPayInRegistration object and try...
The `snake_case` is used mostly for all field names in the `resources.py`. But for some fields the `lowerCamelCase` is used for some reason. E.g.: https://github.com/Mangopay/mangopay2-python-sdk/blob/a04b8d6fc4fb259c6ee3a34391d16a41bf2a1931/mangopay/resources.py#L915-L921 `processedDate` ^ https://github.com/Mangopay/mangopay2-python-sdk/blob/a04b8d6fc4fb259c6ee3a34391d16a41bf2a1931/mangopay/resources.py#L1487-L1496 `isActive` ^
Hello, please update the documentation regarding the latest 3.33.2 release concerning the CardHolderName. As far as I understood, this will be required in the future so it is important to...
I am trying to create a report following the documentation [here](https://docs.mangopay.com/api-reference/reports/create-transactions-report). I however had to change the handler as suggested on [136](https://github.com/Mangopay/mangopay2-python-sdk/issues/134#issuecomment-367134375) as i was getting an `invalid_client` error. My...
Current CI runs with Python 3.6. Python 3.6 has been End of Life [for a while](https://devguide.python.org/versions/#python-release-cycle) CI should run with a supported version of Python (at least 3.8 at time...