node-sdk icon indicating copy to clipboard operation
node-sdk copied to clipboard

An SDK implementation in JS (Node) for the v4 REST APIs.

Results 21 node-sdk issues
Sort by recently updated
recently updated
newest added

I'm getting this error while hitting createUser api using hyperwallet-sdk. I tried using all of the available program tokens starting with IS.

Would appreciate it if you could please publish the latest tag. Thanks

Hi, having the client with the encryption data enabled, when requesting some data, i.e. `listBankAccounts`, and the response is empty (empty object {}), it throws an error when trying to...

Passing a high amount when creating a payment (`POST https://api.sandbox.hyperwallet.com/rest/v3/users/usr-****/transfer-methods/trm-****`) gives the following message: ``` { message: 'Your attempted transaction has exceeded the approved payout limit; please contact my @CUSTOMER_NAME@...

Similar to #16, TypeError will be thrown when any no-content response is returned, e.g. `429`. The following return codes are all possible: https://portal.hyperwallet.com/docs/api/v3/overview/errors

`jsonCacheToken` should not be a required parameter. I'm implementing a direct integration and parameter should only be required when using the widget. https://github.com/hyperwallet/node-sdk/blob/4bd4bb810235dbf2bd7aba81251a1b2f8bb1ab86/src/Hyperwallet.js#L1298

Hi there. I'm working on a project that's using the embedded widget to allow users to set up a transfer method. When using the SDK to make the `createTransferMethod` call,...

I am working on a project that uses the SDK, I have followed the guide on the Readme.md and when I make a call, I get Invalid credentials. I am...