Skip to main content
GET
https://api.tensormesh.ai
/
v1
/
billing
/
stripe
/
customers
Get Or Create Stripe Customer
curl --request GET \
  --url https://api.tensormesh.ai/v1/billing/stripe/customers \
  --header 'Authorization: Bearer <token>'
{
  "stripeCusId": "<string>"
}
Use this group for Stripe-backed billing flows. Webhook delivery is intentionally excluded from the public docs and SDK surface. Common operations:

Authorizations

Authorization
string
header
required

Bearer authentication using an access token. Format: Bearer <access_token>

Query Parameters

userId
string

The unique ID of the user.

Response

A successful response.

GetOrCreateStripeCustomerResponse is the response after getting/creating a customer.

stripeCusId
string