Pause Membership
Pauses a membership's recurring payment collection. The customer keeps access but is not charged until the membership is resumed.
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"until": "2026-01-01T12:00:00.000Z"
}Response
membership paused
Example response
{
"account": {
"id": "biz_xxxxxxxxxxxxxx",
"logo_url": "https://whop-assets-example.s3.amazonaws.com/uploads/image/2026-01-01/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"route": "shine-time-auto-detailing",
"title": "Shine Time Auto Detailing"
},
"created_at": "2026-01-01T12:00:00.000Z",
"current_period_end": "2026-01-01T12:00:00.000Z",
"id": "mem_xxxxxxxxxxxxxx",
"license_key": "WHOP-XXXX-XXXX-XXXX",
"member": {
"access_level": "customer",
"last_accessed_at": "2026-01-01T12:00:00.000Z",
"position": 1767268800000
},
"metadata": {},
"phone_number": "+xxxxxxxxxxx",
"plan_id": "plan_xxxxxxxxxxxxxx",
"product_id": "prod_xxxxxxxxxxxxxx",
"status": "active",
"user_id": "user_xxxxxxxxxxxxxx"
}Changes
Changed in 4 of the 41 revisions of this API.21621
- ○
added the required property
phone_numberto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
- ○
added the optional property
error/codeto the response with the400statusresponse-optional-property-added
- ○
added the optional property
error/codeto the response with the403statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added
MembershipMembersubschema #2to thememberresponse propertyoneOflist for the response status200response-property-one-of-added
- ▲
the
created_atresponse's property type/format changed fromstring/date-timetostring/for status200response-property-type-changed
- ▲
the
memberresponse's property type/format changed fromobjectnull/to/for status200response-property-type-changed
- ▲
removed the required property
cancel_optionfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
canceled_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
cancellation_reasonfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
checkout_configuration_idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
companyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
currencyfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
custom_field_responsesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
joined_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
manage_urlfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
member/idfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
payment_collection_pausedfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
planfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
productfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
promo_codefrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
renewal_period_endfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
renewal_period_startfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
updated_atfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
userfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
pathrequest parameteridrequest-parameter-removed
- ●
removed the request property
void_paymentsrequest-property-removed
- ●
removed the optional property
error/codefrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
error/codefrom the response with the403statusresponse-optional-property-removed
- ●
removed the optional property
error/paramfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
error/paramfrom the response with the403statusresponse-optional-property-removed
- ○
the security scope
member:basic:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
the security scope
member:email:readwas removed from the endpoint's security schemebearerAuthapi-security-scope-removed
- ○
added the new optional
headerrequest parameterApi-Version-Dateto all path's operationsnew-optional-request-default-parameter-to-existing-path
- ○
added the new optional
headerrequest parameterIdempotency-Keynew-optional-request-parameter
- ○
added the new optional request property
untilnew-optional-request-property
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
removed the non-success response with the status
404response-non-success-status-removed
- ○
removed the non-success response with the status
422response-non-success-status-removed
- ○
removed the non-success response with the status
429response-non-success-status-removed
- ○
removed the non-success response with the status
500response-non-success-status-removed
- ○
removed the
cancelingenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
removed the
draftedenum value from thestatusresponse property for the response status200response-property-enum-value-removed
- ○
added the required property
accountto the response with the200statusresponse-required-property-added
- ○
added the required property
current_period_endto the response with the200statusresponse-required-property-added
- ○
added the required property
plan_idto the response with the200statusresponse-required-property-added
- ○
added the required property
product_idto the response with the200statusresponse-required-property-added
- ○
added the required property
user_idto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲