Error handling
Error envelope
{
"success": false,
"error": {
"code": "INVALID_PAYMENT_DATA",
"message": "Human-readable message",
"timestamp": "2025-03-23T12:00:00.000Z",
"requestId": null,
"details": {}
}
}Field
Description
Common error codes
Code
Typical HTTP
Meaning
Related pages
Last updated
Was this helpful?