POST
/
v2
/
memberships
/
{id}
/
terminate

Headers

Authorization
string

Your API key, which can be found on the Whop Business Dashboard. You must prepend your key with the word 'Bearer', which will look like Bearer ***************************

Path Parameters

id
string
required

The ID of the Membership, which will look like mem_*************

Query Parameters

expand
enum<string>[]

Whether or not to expand the User, Plan, Product, or Promo Code on the returned Membership(s). Pass an array with each object(s) you want to expand, e.g. [product, plan, user, promo_code]

Available options:
product,
user,
plan,
promo_code

Response

201 - application/json

Membership model

access_pass
string

Access Pass has been deprecated for Product. Please use product instead and do not use access_pass.

affiliate_page_url
string

Gives the url of the page with the user's affiliate code appended. Does not guarantee the user can affiliate anything on the page.

affiliate_username
string

The username of the affiliate who referred the user to this membership, if any.

cancel_at_period_end
boolean

Whether or not this membership is scheduled to cancel at the end of the renewal period.

checkout_session
string

The ID of the checkout session (like ch_***************) used to purchase this membership, if any.

created_at
integer

The time at which the Membership was created. Measured in seconds since the Unix epoch.

custom_fields_responses
object

Questions and answers collected from the User at checkout

custom_fields_responses_v2
object

Questions and answers collected from the User at checkout

discord
object
email
string

The email of the User attached to this Membership

expires_at
integer

The time of when the Membership is set to go expired

id
string

The ID of the Membership, which will look like mem_*************

license_key
string

The license key of the Membership

manage_url
string

The URL to manage the Membership (top-up, cancel, etc.)

metadata
object

The metadata of the Membership

nft_tokens
string
payment_processor
enum<string>

The payment processor used to pay for the Membership.

Available options:
free,
stripe,
coinbase,
crypto,
paypal,
apple
phone_number
string

The phone number of the User attached to this Membership, if its allowed to be shared.

plan
string

The Plan attached to this Membership. By default this will just be the ID of the Plan, but you can expand it to get more information about the Plan by passing [plan] in the expand parameter.

product
string

The Product attached to this Membership. By default this will just be the ID of the Product, but you can expand it to get more information about the Product by passing [product] in the expand parameter.

promo_code
string

The Promo Code used to purchase this Membership. By default this will just be the ID of the Promo Code, but you can expand it to get more information about the Promo Code by passing [promo_code] in the expand parameter.

quantity
integer

The amount of items included in the Membership

renewal_period_end
integer

The UTC timestamp of when the Membership will end

renewal_period_start
integer

The UTC timestamp of when the Membership will begin

status
enum<string>

The status of the Membership

Available options:
trialing,
active,
past_due,
completed,
canceled,
expired,
unresolved
stripe_customer_id
string

The Stripe Customer ID attached to this Membership if it was checked out using Stripe

stripe_subscription_id
string

The Stripe Subscription ID attached to this Membership if it was checked out using Stripe

telegram_account_id
string

The Whop ID of their connected Telegram account, if any.

user
string

The User that owns this Membership. By default this will just be the ID of the User, but you can expand it to get more information about the User by passing [user] in the expand parameter.

valid
boolean

Whether or not the Membership has a valid status

wallet_address
string

The crypto wallet address used to pay for the Membership (if paid through the one-time ETH or renewal WETH Whop contracts)