app.ocho.payment.getStripeIntent

ocho-lexicons.ocho.app

{
  "id": "app.ocho.payment.getStripeIntent",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "paymentIntent",
            "ephemeralKey",
            "customer",
            "customerSession",
            "publishableKey"
          ],
          "properties": {
            "customer": {
              "type": "string",
              "description": "The customer ID for the payment intent"
            },
            "ephemeralKey": {
              "type": "string",
              "description": "The ephemeral key for the payment intent"
            },
            "paymentIntent": {
              "type": "string",
              "description": "The payment intent ID"
            },
            "publishableKey": {
              "type": "string",
              "description": "The publishable key for the payment intent"
            },
            "customerSession": {
              "type": "string",
              "description": "The customer session ID for the payment intent"
            }
          }
        },
        "encoding": "application/json",
        "description": "The intent data"
      },
      "parameters": {
        "type": "params",
        "required": [
          "iss",
          "amount",
          "id"
        ],
        "properties": {
          "id": {
            "type": "string",
            "description": "An identifier linking the payment intent to the user / transaction / payment. Provided by the plugin."
          },
          "iss": {
            "type": "string",
            "format": "did"
          },
          "token": {
            "type": "string",
            "description": "The token for the user, optional."
          },
          "amount": {
            "type": "integer",
            "minimum": 0,
            "description": "The amount to charge in cents"
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.ocho.payment.getStripeIntent

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:jm4zwg4raokwfysioe7767zh
CID
bafyreiedmjmzkjl3gwys545h2p3pyzl6yfeli5oauujfjsjiyykdfi355y
Indexed At
2026-01-12 09:39 UTC
AT-URI
at://did:plc:jm4zwg4raokwfysioe7767zh/com.atproto.lexicon.schema/app.ocho.payment.getStripeIntent

Lexicon Garden

@