-
Hello,
I noticed for some days now that Mangopay Sandbox environment returns back pay in ID as "payin_m_01HQRDVC0GQV3EQCZ7FT057EQG" :
```
MangoPay\PayIn Object
(
[Id] => payin_m_01HQRDVC0GQ…
-
When I initialise the MangoPay SDK more than once such as in the example below, all requests to the APIs using SDK will use the credentials of the last initiated object even if they are saved in diffe…
-
I would appreciate it if the library could support PHP version 8.2.
Getting below warning with the latest version of the SDK on PHP version 8.2+
```
PHP Deprecated: Creation of dynamic propert…
-
while trying to get UserLegalDTO which is of Category PLATFORM we are getting an NPE
`System.NullReferenceException: Object reference not set to an instance of an object.\n at MangoPay.SDK.Core.RestT…
-
Débat entre :
A.
```rb
# Customer
let(:customer) { create :customer, :mangopay }
let(:legal_representative_country_of_residence) { 'DE' }
# User
let(:email) { 'mangopay-customer-test@exam…
sunny updated
5 years ago
-
Hi,
I upgraded from 3.26.0 to 3.26.1 and I have errors when trying to create a Payconiq payment:
```
{"Message":"Error this mean of payment for this asked currency has been disabled","Id":"XXXX…
-
Hello,
I am working on implementing the PayIn part of the NodeJS SDK, but I stumble upon this error:
> No overload matches this call. The last overload gave the following error. Argument of …
-
```php
self::assertArrayHasKey(1, $ubos);
self::assertFalse($ubos[1]->isActive);
```
produces
```
Offset 1 does not exist on array(MangoPay\Ubo).
```
related class: https://github.com/Mang…
-
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/…
-
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
```
=============================…