SerenAI

Pay Per Call Agentic Commerce

PayoutStatus

Status of a publisher payout request.

Properties

string
View JSON Schema
{
  "type": "string",
  "description": "Status of a publisher payout request.",
  "enum": [
    "queued",
    "processing",
    "completed",
    "failed",
    "cancelled"
  ]
}