SerenAI

Pay Per Call Agentic Commerce

PaymentMethodAdded

Response for adding a payment method

Properties

PropertyTypeRequiredDescription
id string Yes
message string Yes
View JSON Schema
{
  "type": "object",
  "description": "Response for adding a payment method",
  "required": [
    "id",
    "message"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "message": {
      "type": "string"
    }
  }
}