OpenMeter Customers
Create Stripe customer portal session
Create Stripe Customer Portal Session.
Useful to redirect the customer to the Stripe Customer Portal to manage their payment methods, change their billing address and access their invoice history. Only returns URL if the customer billing profile is linked to a stripe app and customer.
post/v3/openmeter/customers/{customerId}/billing/stripe/portal-sessions
Path parameters
customerIdstring required
ULID (Universally Unique Lexicographically Sortable Identifier).
Example:01G65Z755AFWAKHE12NY0CQ9FH
Request body
Response
CreateStripeCustomerPortalSessionResult created response.
Example response
{
"created_at": "2023-01-01T01:01:01.001Z"
}