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

Hi there, We are encountering an issue where we're receiving a KYC_SUCCEEDED event for Address Proof, causing us some trouble as we don't associate this type of event with our...

Seems like types for this method signature are not up to date: https://github.com/Mangopay/mangopay2-nodejs-sdk/blob/master/typings/services/BankingAliases.d.ts#L27 Should be something like: `MethodOverload` I believe. That `string` param type is the `walletId` according to the...

* View card details for a Web Card PayIn [ response has error: RessourceNotFound": "Cannot found the ressource PayIn with the id=wt_c3783b66-bf45-44bd-9b17-ca7720faec50 ] * List Transactions for a Card Fingerprint...

According to docs (https://docs.mangopay.com/endpoints/v2.01/payins#e934_the-payin-web-extended-object) the endpoint is `GET .../payins/card/web/:PayInId/extended/` but I don't see the method in the client. Is it missing?

`npm audit` output: ``` ┌───────────────┬──────────────────────────────────────────────────────────────┐ │ Moderate │ Vercel ms Inefficient Regular Expression Complexity │ │ │ vulnerability │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ ms │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │...

It's seem the CreationDate field from the Wallets object is deleted [here](https://github.com/Mangopay/mangopay2-nodejs-sdk/blame/1.34.0/lib/models/EntityBase.js#L47). There is a reason ?

https://github.com/Mangopay/mangopay2-nodejs-sdk/blob/360f45e5f95570b033ee360caa3fc7e2a5be723e/typings/index.d.ts#LL224C9-L230C10 ```tsx interface ApiError { Message: string; Type: string; Id: string; Date: number; errors: { [key: string]: string }; } ```

Hi there, We have been trying to add the call `/v2.01/ClientId/cards/fingerprints/Fingerprint/users` ([doc](https://mangopay.com/docs/endpoints/direct-card-payins#list-cards-fingerprint)) but we have not seen implemented as part of the SDK. We have two questions related to this...

Hello, Currently implementing the API of Mangopay with the nodejs-sdk. I am facing an issue where after a successful **Deposit Pre-Authorization**, I haven't found a way to get the created...

Hi, It's specified in the [documentation](https://mangopay.com/docs/tutorials/process-refund#b.-partial-refund) that you can send the fields DebitedFunds and Fees to the api for a partial transfer refund. I figured out that the fields are...