Lit Protocol · Schema

ConfirmPaymentRequest

POST /billing/confirm_payment

Web3Key ManagementMPCProgrammable KeysLit Actions

Properties

Name Type Description
payment_intent_id string
View JSON Schema on GitHub

JSON Schema

lit-protocol-confirmpaymentrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConfirmPaymentRequest",
  "title": "ConfirmPaymentRequest",
  "description": "POST /billing/confirm_payment",
  "type": "object",
  "required": [
    "payment_intent_id"
  ],
  "properties": {
    "payment_intent_id": {
      "type": "string"
    }
  }
}