Prediction about the outcome of a payment, whether it will succeed or not. Additional information such as maximum possible transfer to a new recipient.
Successful operation. Returns a JSON object with the prediction along with additional information.
Bad request
Unauthorized - Invalid or missing credentials
Forbidden
Not found - Resource not available
Internal server error
{- "result": "ok",
- "max_amount": 5000000,
- "cool_down_date": "2024-06-21T11:23:09.123Z",
- "new_destinatary_max_amount": 100000
}