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

ErrorResponse

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

ValidateOrderAmountsParam

Next
Built with

Response

errorslist of objectsRequired
A list of errors that occurred while processing the request. Min number of items: `1`