mangopay2-nodejs-sdk
mangopay2-nodejs-sdk copied to clipboard
Node.js SDK for MANGOPAY
This bug is a bug on Mangopay's side, not at the SDK side, but maybe you can work around it. Steps to reproduce: - Make an API call when Oauth2...
`node-rest-client` project has been abandoned. It has a package dependency of `debug`. `debug` vulnerability: https://github.com/advisories/GHSA-gxpj-cx7g-858c Was reported in `node-rest-client` https://github.com/aacerox/node-rest-client/issues/193 `npm audit` output: ```node_modules/debug node-rest-client >=1.4.8 Depends on vulnerable versions...
The client js library could use camelCase for property names instead of PascalCase. This is more idiomatic in javascript and javascript object notation. The conversion to PascalCasing should happen in...
Bonjour, J'ai un proxy installé sur ma machine. Les appels vers mangopay ne passent pas. J'ai cette erreur: J'ai fait un appel api avec axios et ça marche si je...
Good morning, I saw that payment by paypal was available on the official documentation. How to use it with mangopay2-nodejs-sdk?
In file `typings/models/countryAuthorization.d.ts` there is an untyped property (currently on line 7): ```typescript import { CountryISO } from "../types"; export namespace countryAuthorization { interface AuthorizationData { BlockUserCreation: boolean; BlockBankAccountCreation: boolean;...
I was about to open an issue as I did not find a way to list all UBO Declarations for a User ([this endpoint](https://docs.mangopay.com/endpoints/v2.01/ubo-declarations#e1033_list-ubo-declarations-for-a-user)). I then gave a last try...
When I am in a context of a UBODeclaration webhook and fetch the UBODeclaration from the `RessourceId`, it says that is has no `UserId` property: But if I log the...
Hi this was confusing for me: - createRecurringPayment is for create a recurring registration - createRecurringPayInRegistrationCIT is for create the payment You could perhaps deprecate those and create new -...
Hi, I'm trying to implement the 3D secure workflow in our app. When creating a `PayIn` object, I pass an URL to the `SecureModeReturnURL` parameter: ```ts const payIn = {...