Get Or Create Stripe Customer
Billing - Stripe
Stripe
Customer, payment method, payment intent, and setup intent operations.
GET
Get Or Create Stripe Customer
Use this group for Stripe-backed billing flows. Webhook delivery is intentionally excluded from the public docs and SDK surface. Common operations:Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Get or create Stripe customer
- List payment methods
- Attach payment method
- Create payment intent
- Create setup intent
Authorizations
Bearer authentication using an access token. Format: Bearer <access_token>
Query Parameters
The unique ID of the user.
Response
A successful response.
GetOrCreateStripeCustomerResponse is the response after getting/creating a customer.

