SerenAI

Pay Per Call Agentic Commerce

PaymentHistory

Payment history response

Properties

PropertyTypeRequiredDescription
payments Array<PaymentRecord> Yes
View JSON Schema
{
  "type": "object",
  "description": "Payment history response",
  "required": [
    "payments"
  ],
  "properties": {
    "payments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PaymentRecord"
      }
    }
  }
}