---
title: "POST /v2/stripe/connect/{network}/locks/{lockAddress}"
method: POST
path: "/v2/stripe/connect/{network}/locks/{lockAddress}"
---

# POST /v2/stripe/connect/{network}/locks/{lockAddress}

`POST /v2/stripe/connect/{network}/locks/{lockAddress}`

Connect a stripe account to a lock

## Path parameters

- `network` integer, required
- `lockAddress` string, required

## Request body

- object
  - `baseUrl` string, required
  - `stripeAccount` string

## Response `200`

Successfully connected stripe account

- object
  - `url` string
  - `created` number
  - `expiresAt` number
  - `object` string

## Other responses

- `400` — Invalid request
- `401` — User is not authenticated.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/versions/e003b998de45/schema)
