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

Unprocessed error message and unknown transfer limit

Open svallory opened this issue 6 years ago • 2 comments

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@ for further assistance.',
    code: 'LIMIT_EXCEEDED'
  }

LIMIT_EXCEEDED error code and actual transaction limit are not documented

svallory avatar Sep 11 '19 14:09 svallory

Did you find any details on this? I have encountered this issue as well. Still no documentation from what I can see.

phillipstack avatar Jun 20 '20 04:06 phillipstack

@phillipstack I don't remember. We ended up not using Hyperwallet, but you may wanna take a look at a fork I created to convert to typescript and fix bugs: https://github.com/hyperwallet/node-sdk

svallory avatar Jul 16 '20 13:07 svallory