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 |
Last modified on