network.attested.payment.initiate

attested.network

{
  "id": "network.attested.payment.initiate",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "product"
          ],
          "properties": {
            "product": {
              "type": "string",
              "description": "Product identifier for the payment being initiated. The format is defined by the payment servicer."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "token",
            "url"
          ],
          "properties": {
            "url": {
              "type": "string",
              "format": "uri",
              "description": "URL to direct the payer to in a browser to complete the payment flow (entering payment details, confirming terms, etc)."
            },
            "token": {
              "type": "string",
              "description": "Opaque token used to poll payment status via network.attested.payment.status."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Begin a payment flow. Called by the payer's client against the selected payment servicer using inter-service authentication. Returns an opaque token for status polling and a URL to direct the payer through the payment process in a browser."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against network.attested.payment.initiate

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@