Error Response
codestringrequired
Machine-readable error code.
Example:
transaction_not_foundmessagestringrequired
Human-readable error description.
Example:
Transaction not found.numberintegerrequired
Numeric error identifier.
Example:
2002paramstringnullable
Request parameter associated with the error, when applicable.
Example:
amountError Response
{
"code": "transaction_not_found",
"message": "Transaction not found.",
"number": 2002,
"param": "amount"
}