Auth0 · Schema

FlowActionStripe

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-flowactionstripe-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionStripe",
  "title": "FlowActionStripe",
  "type": "object",
  "oneOf": [
    {
      "$ref": "#/components/schemas/FlowActionStripeAddTaxId"
    },
    {
      "$ref": "#/components/schemas/FlowActionStripeCreateCustomer"
    },
    {
      "$ref": "#/components/schemas/FlowActionStripeCreatePortalSession"
    },
    {
      "$ref": "#/components/schemas/FlowActionStripeDeleteTaxId"
    },
    {
      "$ref": "#/components/schemas/FlowActionStripeFindCustomers"
    },
    {
      "$ref": "#/components/schemas/FlowActionStripeGetCustomer"
    },
    {
      "$ref": "#/components/schemas/FlowActionStripeUpdateCustomer"
    }
  ]
}