-
Learn to use MangoPay Api. Time 5 day.
-
I'm following this documentation.
https://docs.mangopay.com/api-reference/transactions/list-transactions-client-wallet#list-transactions-for-a-client-wallet
It returns an empty array for the EUR F…
-
There is fundamental error in the way Api gets instantiated:
```
const Mangopay = require('mangopay2-nodejs-sdk');
const client = new Mangopay(options);
```
By doing this, essentially the dev…
-
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…
-
Hi!
If I understand the code correctly, it seems that you're using a `GenServer` to be able to store the `auth_token` and `client_id` across requests.
Since `GenServer` calls are blocking, this …
-
MangoPay is the European Balanced: http://www.mangopay.com/.
Over on Gittip we're [looking](https://github.com/gittip/www.gittip.com/issues/891) at MangoPay as a possible vendor for the European mark…
-
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
```
=============================…
-
Bonjour la team Mangopay
nous utilisons votre SDK : https://www.npmjs.com/package/mangopay2-nodejs-sdk
Nous avons remarqué depuis 1 semaine que la fonction de création d'un nouveau User via l'A…
-
Hi all !
The support client asked me to create an issue here, sorry for the long post but I really hope that someone will be able to find the nature of that issue.
Several websites (from differe…
-
I've been working with your SDK and I haven't found anything about adding query params to the requests.
I'm talking about this: https://docs.mangopay.com/api-references/sort-lists/
Is there any way …