Checkout Configurations

List checkout configurations

Lists checkout configurations for an account.

get/checkout_configurations

Query parameters

account_idstring required

Account ID, prefixed biz_.

plan_idstring

Only return checkout configurations for this plan ID, prefixed plan_.

created_beforestring

Only return checkout configurations created before this ISO 8601 timestamp.

created_afterstring

Only return checkout configurations created after this ISO 8601 timestamp.

order'created_at'

Field used to sort checkout configurations.

direction'asc' | 'desc'

Sort direction. Defaults to desc.

firstinteger

Number of results to return from the start of the range.

afterstring

Return results after this cursor. Use page_info.end_cursor from the previous response to fetch the next page.

Response

checkout configurations listed

Example response

{
  "data": [
    {
      "account_id": "biz_xxxxxxxxxxxxxx",
      "affiliate_code": "tanyacole",
      "created_at": "2026-01-01T12:00:00.000Z",
      "currency": "usd",
      "effective_payment_method_configuration": {
        "disabled": [
          "crypto"
        ],
        "enabled": [
          "card"
        ],
        "include_platform_defaults": true
      },
      "id": "ch_xxxxxxxxxxxxxx",
      "metadata": {
        "booking_source": "front_desk"
      },
      "mode": "payment",
      "payment_method_configuration": {
        "disabled": [
          "crypto"
        ],
        "enabled": [
          "card"
        ],
        "include_platform_defaults": true
      },
      "plan": {
        "adaptive_pricing_enabled": true,
        "billing_period": 30,
        "currency": "usd",
        "expiration_days": 365,
        "id": "plan_xxxxxxxxxxxxxx",
        "plan_type": "renewal",
        "release_method": "buy_now",
        "renewal_price": 59,
        "three_ds_level": "frictionless_if_required",
        "trial_period_days": 7,
        "visibility": "visible"
      },
      "purchase_url": "https://whop.com/checkout/ch_xxxxxxxxxxxxxx/",
      "redirect_url": "https://shinetime.example/thanks",
      "three_ds_level": "frictionless_if_required",
      "updated_at": "2026-01-01T12:00:00.000Z"
    }
  ],
  "page_info": {
    "start_cursor": "WyJjdXJzb3IiLDFd"
  }
}

Changes

Changed in 6 of the 74 revisions of this API.3209

  • ff3a76573563152See the full diff
    • ▲

      for the query request parameter first, default value 20 was added

      request-parameter-default-value-added

    • ●

      for the query request parameter first, the max was set to 100.00

      request-parameter-max-set

    • ●

      added the new frictionless_if_required enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new frictionless_if_required enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new mandate_if_required enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new mandate_if_required enum value to the // response property for the response status

      response-property-enum-value-added

    • ○

      removed the frictionless enum value from the /// response property for the response status

      response-property-enum-value-removed

    • ○

      removed the frictionless enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      the security scope checkout_configuration:basic:read was added to the endpoint's security scheme bearerAuth

      api-security-scope-added

    This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ●

      added the new archived enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new buy_now enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new frictionless enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new frictionless enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new hidden enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new mandate_challenge enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new mandate_challenge enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new one_time enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new quick_link enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new renewal enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new undefined enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new undefined enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new visible enum value to the /// response property for the response status

      response-property-enum-value-added

    • ●

      added the new waitlist enum value to the /// response property for the response status

      response-property-enum-value-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 60bbb4a6ffbc213See the full diff
    • ▲

      added the new required query request parameter account_id

      new-required-request-parameter

    • ▲

      removed the required property // from the response with the status

      response-required-property-removed

    • ●

      deleted the query request parameter company_id

      request-parameter-removed

    • ○

      for the query request parameter created_after, the type was generalized from integer to string

      request-parameter-type-generalized

    • ○

      for the query request parameter created_before, the type was generalized from integer to string

      request-parameter-type-generalized

    • ○

      added the required property // to the response with the status

      response-required-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 74 revisions, 1 has no diff computed.