mangopay2-nodejs-sdk icon indicating copy to clipboard operation
mangopay2-nodejs-sdk copied to clipboard

Node.js SDK for MANGOPAY

Results 44 mangopay2-nodejs-sdk issues
Sort by recently updated
recently updated
newest added

Once the event is received, how can we verify the event is still valid? Reading the docs, is that endpoint for retrieving the event by ResourceId? ![Screenshot 2024-05-13 at 17...

I tried to add Users to an UBO, but recently get an error: "RessourceNotFound": "Cannot found the ressource UboDeclaration with the id=ubo_m_123456789 " I checked and there is no whitespace...

Current version in `package.json`: ```json "mangopay2-nodejs-sdk": "1.43.1", ``` Error message in production: ``` /app/node_modules/.pnpm/[email protected]/node_modules/mangopay2-nodejs-sdk/lib/api.js:209 _.extend(error.response, {body: error.response.data}) : error.response.data; ^ TypeError: Cannot read properties of undefined (reading 'data') at /app/node_modules/.pnpm/[email protected]/node_modules/mangopay2-nodejs-sdk/lib/api.js:209:96...

The current implementation of Apple Pay on **lib/services/PayIns.js** seems to be incomplete.

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 developer thinks that client...

enhancement

To create a wallet report on a javascript project I use these columns list : ``` 'Id', 'Tag', 'CreationDate', 'Owners', 'Description', 'BalanceAmount', 'BalanceCurrency', 'FundsType', ``` on typescript project these columns...

Compare file lib\services\Users.js vs typings\services\Users.d.ts, functions getBlockStatus and getRegulatory not exists in Users.d.ts

Running sandbox operations via the client is currently either non existent or undocumented. This would be useful for integrations tests. Those 3 are especially important: - process KYC - process...

Hi there, We are receiving these through the KYC_SUCCEEDED hook when you block a user with code 008711. We would need this event to be distinguished in some way from...

event types are missing card validation events: @fredericdelordm are those event types deprecated ? ![image](https://github.com/Mangopay/mangopay2-nodejs-sdk/assets/22280985/a625340a-92b0-4985-bf1d-6d0e5bf68ba8) ``` export namespace event { type EventType = | "PAYIN_NORMAL_CREATED" | "PAYIN_NORMAL_SUCCEEDED" | "PAYIN_NORMAL_FAILED" |...