Customers
Apps
Create Stripe customer portal session
Create Stripe customer portal session. Only returns URL if the customer billing profile is linked to a stripe app and customer.
Useful to redirect the customer to the Stripe customer portal to manage their payment methods, change their billing address and access their invoice history.
post/api/v1/customers/{customerIdOrKey}/stripe/portal
Path parameters
Example:01G65Z755AFWAKHE12NY0CQ9FH
Request body
Response
The request has succeeded and a new resource has been created as a result.
Example response
{
"createdAt": "2023-01-01T01:01:01.001Z"
}