network.attested.payment.oneTime

attested.network

{
  "id": "network.attested.payment.oneTime",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "amount",
          "currency",
          "txnid",
          "createdAt"
        ],
        "properties": {
          "memo": {
            "type": "string",
            "maxLength": 1024,
            "description": "Optional note from the supporter.",
            "maxGraphemes": 256
          },
          "txnid": {
            "type": "string",
            "maxLength": 64,
            "description": "Unique transaction identifier for deduplication. Typically a ULID or UUID assigned by the payment broker."
          },
          "amount": {
            "type": "integer",
            "minimum": 1,
            "description": "Payment amount in the smallest unit of the given currency (e.g. cents for USD)."
          },
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the creator receiving payment."
          },
          "currency": {
            "type": "string",
            "maxLength": 3,
            "minLength": 3,
            "description": "ISO 4217 currency code (e.g. USD, EUR)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of record creation."
          },
          "signatures": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "description": "Attestation entries. Each entry is a com.atproto.repo.strongRef pointing to a network.attested.payment.proof record in a creator or broker repository."
          },
          "entitlements": {
            "type": "array",
            "items": {
              "ref": "com.atproto.repo.strongRef",
              "type": "ref"
            },
            "description": "Optional list of strong references to records representing goods or services the payer is entitled to as a result of this payment. Referenced records may use any lexicon; their schemas are not defined by this spec."
          }
        }
      },
      "description": "A one-time payment from a supporter to a creator. Represents a single, non-recurring financial transaction attested by one or more parties."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against network.attested.payment.oneTime

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cq3w3bw7awp2rkeswfdzoubb
CID
bafyreiavuqtknhlxyntnn36hkwvzja2cuopoiiwcgcjd4cg2sknw7i6ke4
Indexed At
2026-04-13 19:10 UTC
AT-URI
at://did:plc:cq3w3bw7awp2rkeswfdzoubb/com.atproto.lexicon.schema/network.attested.payment.oneTime

Lexicon Garden

@