Skip to main content

connectStripeAccount

Connect a stripe account to a lock

Path Parameters
network integer REQUIRED

Network id.

lockAddress string REQUIRED

Lock address.

Request Body
baseUrl string REQUIRED
Responses
200

Successfully connected stripe account

Schema OPTIONAL
url string OPTIONAL
created number OPTIONAL
expiresAt number OPTIONAL
object string OPTIONAL
400

Invalid request

Schema OPTIONAL
message string OPTIONAL
401

User is not authenticated.

Schema OPTIONAL
message string OPTIONAL
connectStripeAccount
POST /v2/stripe/connect/:network/locks/:lockAddress
network — path
lockAddress — path
Body
Loading...
Accept
https://locksmith.unlock-protocol.com
curl -L -X POST 'https://locksmith.unlock-protocol.com/v2/stripe/connect/:network/locks/:lockAddress' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'