Skip to main content
POST
/
billing
/
setup
Create billing account
curl --request POST \
  --url https://nimbussuite.com/api/v1/billing/setup \
  --header 'Authorization: Bearer <token>'
{
  "stripeId": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Billing account created

stripeId
string