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
  • Customer Request API
      • Action
      • Request
      • Link Account Action
      • One Time Payment Action
      • On File Payment Action
      • On File Payout Action
      • Channel
      • Customer Metadata
      • ErrorResponse
  • Management API
LogoLogo
Customer Request 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

List API keys

Next
Built with

Response

error_responseobjectRequired