You may receive the following errors when attempting to send a stablecoin payout
| Error | Tesser Code | Message | HTTPS status code |
|---|---|---|---|
from_network is not the same as to_network | payments-0001 | from_network must equal to_network | 400 |
from_amount and to_amount should be positive and be valid numbers | payments-0002 | invalid from_amount or to_amount | 400 |
Invalid from_currency or to_ currency | payments-0003 | Invalid currency. Retrieve valid currencies from /currencies endpoint | 400 |
Invalid from_account or to_account | payments-0004 | X_account_id is not a valid account ID | 400 |
| Invalid counterparty account | payments-0005 | X_account_id is not a valid counterparty ID | 400 |
| Invalid source account | payments-0006 | source_account_id is not a valid source account ID | 400 |
| Invalid signature | payments-0007 | Signature is malformed or signed with incorrect key | 400 |
| Signature does not match payment details | payments-0008 | The signed transaction does not match the details of the payment. XXX expected, but got YYY | 400 |
Missing legal_entity_identifier for originator | payments-0009 | Legal Entity Identifier is required to be populated for business originators of fiat payouts. Update the counterparty record and retry | 400 |
| Unauthorized request | You do not have a valid API key for this request | 401 | |
| Forbidden request | You do not have permission to access the requested resource. If the API Key is correct, please contact Tesser for further investigation | 403 | |
| Resource not found | The specified resource could not be found | 404 | |
| Exceeded rate limit | You have exceeded your rate limit and submitted too many requests. Please retry your request later | 429 | |
| Internal server error | We had a problem with our server. Please retry the request later | 500 |
Last modified on