org.hypercerts.funding.receipt

hypercerts.org

{
  "id": "org.hypercerts.funding.receipt",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "from",
          "to",
          "amount",
          "currency",
          "createdAt"
        ],
        "properties": {
          "to": {
            "type": "string",
            "description": "The recipient of the funds. Can be identified by DID or a clear-text name."
          },
          "for": {
            "type": "string",
            "format": "at-uri",
            "description": "Optional reference to the activity, project, or organization this funding relates to."
          },
          "from": {
            "ref": "app.certified.defs#did",
            "type": "ref",
            "description": "DID of the sender who transferred the funds. Leave empty if sender wants to stay anonymous."
          },
          "notes": {
            "type": "string",
            "maxLength": 500,
            "description": "Optional notes or additional context for this funding receipt."
          },
          "amount": {
            "type": "string",
            "description": "Amount of funding received."
          },
          "currency": {
            "type": "string",
            "description": "Currency of the payment (e.g. EUR, USD, ETH)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this receipt record was created."
          },
          "occurredAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp when the payment occurred."
          },
          "paymentRail": {
            "type": "string",
            "description": "How the funds were transferred (e.g. bank_transfer, credit_card, onchain, cash, check, payment_processor)."
          },
          "transactionId": {
            "type": "string",
            "description": "Identifier of the underlying payment transaction (e.g. bank reference, onchain transaction hash, or processor-specific ID). Use paymentNetwork to specify the network where applicable."
          },
          "paymentNetwork": {
            "type": "string",
            "description": "Optional network within the payment rail (e.g. arbitrum, ethereum, sepa, visa, paypal)."
          }
        }
      },
      "description": "Records a funding receipt for a payment from one user to another user. It may be recorded by the recipient, by the sender, or by a third party. The sender may remain anonymous."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.hypercerts.funding.receipt

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:s4puetfspot742ai7y4otuel
CID
bafyreihlqzardqqvx2s7y6yotfr6ikiamn2nqoafmqfbzotqmpp2ga2sxq
Indexed At
2026-02-13 13:59 UTC
AT-URI
at://did:plc:s4puetfspot742ai7y4otuel/com.atproto.lexicon.schema/org.hypercerts.funding.receipt

Referenced Schemas (1)

Lexicon Garden

@