Skip to main content
PUT
/
billing
/
{orgId}
Add organization billing information
curl --request PUT \
  --url http://localhost:3000/billing/{orgId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "stripeCustomerId": "<string>",
  "billingEmail": "jsmith@example.com"
}
'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string<uuid>
required

Body

application/json
stripeCustomerId
string
required
Minimum string length: 5
billingEmail
string<email>

Response

Default Response

message
string
required