SerenAI

Pay Per Call Agentic Commerce

WalletTransferClaimResponse

Properties

PropertyTypeRequiredDescription
amount_received_cents integer Yes
balance_after_cents integer Yes
pending_transfer_id string Yes
View JSON Schema
{
  "type": "object",
  "required": [
    "pending_transfer_id",
    "amount_received_cents",
    "balance_after_cents"
  ],
  "properties": {
    "amount_received_cents": {
      "type": "integer",
      "format": "int64"
    },
    "balance_after_cents": {
      "type": "integer",
      "format": "int64"
    },
    "pending_transfer_id": {
      "type": "string",
      "format": "uuid"
    }
  }
}