billing

Open Billing Portal

Redirect to the Stripe customer portal.

post/api/v1/billing/portal

Request body

flow'cancel' | 'payment_method' nullable

Response

Successful Response

portal_urlstring required

Changes

Changed in 4 of the 30 revisions of this API.116

  • 8dc47faf041813See the full diff
    • ▲

      request property / was restricted to a list of enum values

      request-property-became-enum

    • ○

      the request property const value cancel was removed

      request-property-const-removed

    • ○

      added the new cancel enum value to the request property /

      request-property-enum-value-added

    • ○

      added the new payment_method enum value to the request property /

      request-property-enum-value-added

    • ○

      added optional request body

      request-body-added-optional

    • ○

      added the non-success response with the status

      response-non-success-status-added

    • ●

      added the new price_not_found enum value to the response property for the response status

      response-property-enum-value-added

    • ○

      endpoint added

      endpoint-added