Possible errors

Insufficient account balance

422 Unprocessable Entity in case you exceed your account balance:

{
  "error": {
    "code": "invalid",
    "message": "invalid",
    "details": [
      {
        "code": "must_be_less_than_or_equal",
        "target": "charged_amount",
        "message": "must be less than or equal to 167.75222297",
        "args": {
          "value": "167.75222297"
        }
      },
      {
        "code": "must_be_less_than_or_equal",
        "target": "received_amount",
        "message": "must be less than or equal to 12500.0",
        "args": {
          "value": "12500.0"
        }
      }
    ]
  },
  "meta": {
    "request_id": "0919053f1c2675f62824bc3aabed3697"
  }
}

Minimal amount limit

422 Unprocessable Entity in case a payout amount is less than 5 EUR:

Invalid address

422 Unprocessable Entity in case the address format is not valid:

High-risk destination address

422 Unprocessable Entity in case a destination address is evaluated as high-risk:

Invalid currency

422 Unprocessable Entity in case you specified currency that is not valid:

Bad precision

422 Unprocessable Entity in case the amount precision does not match currency precision:

Limit exceeded

422 Unprocessable Entity in case of exceeding the withdrawal limits:

Last updated