Skip to main content
POST
/
tenant-onboarding
/
accounts
Create a new Stripe account
curl --request POST \
  --url https://api.example.com/tenant-onboarding/accounts \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "accountId": "<string>"
}

Body

application/json
email
string
required

Response

200 - application/json
accountId
string
required