Skip to main content

List checkouts

List all checkouts of a billing account.

Path Parameters
    orgId string required
    billingId string required

    ID of the billing account to update the subscription for

Responses

A successful response.


Schema
    checkoutSessions object[]
  • Array [
  • id string
    checkoutUrl string
    successUrl string
    cancelUrl string
    state string
    metadata object
    createdAt date-time
    updatedAt date-time
    expireAt date-time
  • ]
Loading...