For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
GuidesAPI Reference
GuidesAPI Reference
  • Network API
      • Address
      • Authorization
      • Category
      • Country
      • Currency
      • Grant
      • Idempotency_key
      • Metadata
      • Error
      • ErrorResponse
      • ValidateOrderAmountsParam
  • Customer Request API
  • Management API
LogoLogo
Network APISchemas

Error

Example
1{
2 "category": "INVALID_REQUEST_ERROR",
3 "code": "MISSING_REQUIRED_FIELD",
4 "detail": "Missing required parameter.",
5 "field": "field_a[2].field_b"
6}
Was this page helpful?
Previous

ErrorResponse

Next
Built with

Response

categoryenumRequired
The high-level reason the error occurred.
codestringRequired
A unique identifier for the specific type of error that occurred. For more information, see [Error Code Reference](/cash-app-pay-partner-api/guides/technical-guides/api-fundamentals/errors/error-code-reference). Min length: `1`
detailstringOptional
Human-readable description of why the error occurred and how to resolve it. Min length: `1`
fieldstringOptional
The field in the request that caused the error, using array and object dot notation. Min length: `1`