SerenAI

Pay Per Call Agentic Commerce

PublisherChargeInfo

Properties

PropertyTypeRequiredDescription
agent_wallet string Yes
amount_atomic integer Yes
id string Yes
status string Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "id",
    "status",
    "amount_atomic",
    "agent_wallet"
  ],
  "properties": {
    "agent_wallet": {
      "type": "string"
    },
    "amount_atomic": {
      "type": "integer",
      "format": "int64"
    },
    "id": {
      "type": "string",
      "format": "uuid"
    },
    "status": {
      "type": "string"
    }
  }
}