> ## Documentation Index
> Fetch the complete documentation index at: https://docs.member.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Stripe Connect webhook endpoint (connected-account events)



## OpenAPI

````yaml /openapi/mio-openapi.json post /webhooks/stripe/connect
openapi: 3.1.0
info:
  description: >-
    Production API reference for Membership.io. Use the authored guides for
    workflows and the generated endpoint pages for exact parameters and schemas.
  title: Membership.io API
  version: 0.1.0
servers:
  - description: Production
    url: https://api.member.dev
security:
  - bearerAuth: []
paths:
  /webhooks/stripe/connect:
    post:
      tags:
        - checkout-webhooks
      summary: Stripe Connect webhook endpoint (connected-account events)
      operationId: checkout_webhooks.post_checkout_webhooks_post_webhooks_stripe_connect
      responses:
        '200':
          content:
            application/vnd.api+json:
              schema: {}
          description: Successful Response
components:
  securitySchemes:
    bearerAuth:
      bearerFormat: JWT or mio_sk API key
      description: >-
        Send platform JWTs, contact JWTs, or team API keys as `Authorization:
        Bearer <token>`.
      scheme: bearer
      type: http

````