고객의 구독을 일시중지, 활성화 또는 취소할 수 있습니다. 정기 결제 요금제를 변경하려면 정기 결제 검색 및 업데이트를 참고하세요.
구독 정지하기
ACTIVE 상태의 유료 구독은 최대 60일까지 정지할 수 있습니다.
TRIAL 구독 및 기타 무료 구독 유형은 정지할 수 없습니다.
FLEXIBLE 구독을 정지하면 청구가 일시중지됩니다.
ANNUAL_MONTHLY_PAY 또는 ANNUAL_YEARLY_PAY 구독을 정지할 때는 다음 사항에 유의하세요.
+ 구독을 정지해도 갱신일은 변경되지 않습니다.
+ 정지된 정기 결제는 갱신되지 않습니다. 원래 갱신일 이후에 정기 결제를 활성화하면 활성화일로부터 새로운 연간 정기 결제가 시작됩니다.
구독을 정지하려면 다음 POST HTTP 요청을 사용하세요.
POST https://reseller.googleapis.com/apps/reseller/v1/customers/CUSTOMER_ID/subscriptions/SUBSCRIPTION_ID/suspend
다음을 바꿉니다.
CUSTOMER_ID: 고객의 기본 도메인 이름 또는 고객의 고유 식별자입니다.
SUBSCRIPTION_ID: 각 고객마다 고유한 구독 식별자입니다. 모든 리셀러 구독 검색 메서드를 사용하여 이 값을 검색할 수 있습니다.
구독 활성화
정지 기간이 60일 이내인 경우 정지된 구독을 활성화할 수 있습니다. 악용 또는 서비스 약관 동의 대기 중으로 인해 정지된 구독은 활성화할 수 없습니다.
정지된 구독을 활성화하려면 다음 POST HTTP 요청을 사용하세요.
POST https://reseller.googleapis.com/apps/reseller/v1/customers/CUSTOMER_ID/subscriptions/SUBSCRIPTION_ID/activate
다음을 바꿉니다.
CUSTOMER_ID: 고객의 기본 도메인 이름 또는 고객의 고유 식별자입니다.
SUBSCRIPTION_ID: 각 고객마다 고유한 구독 식별자입니다. 모든 리셀러 구독 검색 메서드를 사용하여 이 값을 검색할 수 있습니다.
Google Workspace 구독 취소하기
고객의 구독을 취소하면 고객은 즉시 Google과의 직접 결제 관계로 전환되며 서비스가 중단되지 않고 잠시 시간이 주어집니다. 그러면 고객은 신용카드를 사용하여 Google에서 직접 결제를 설정하거나 다른 리셀러로 이전할 수 있습니다.
고객에게 여러 구독이 있는 경우 단일 트랜잭션으로 처리할 수 있도록 모든 구독을 일괄 요청으로 취소해야 합니다.
Google Workspace 구독을 즉시 취소하려면 deletionType='transfer_to_direct'와 함께 다음 DELETE HTTP 요청을 사용하세요.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-25(UTC)"],[[["You can suspend, activate, or cancel customer subscriptions, with options for different subscription types and durations."],["Suspending a subscription pauses billing for flexible plans but may impact renewal dates for annual plans."],["Activating a suspended subscription resumes service within the 60-day suspension window, provided it wasn't suspended for abuse or terms of service violations."],["Cancelling a Google Workspace subscription immediately transfers the customer to direct billing with Google, giving them a grace period before service interruption."],["Deleting a non-Google Workspace subscription using `deletionType='cancel'` is deprecated; suspension is recommended instead."]]],["The key actions for managing subscriptions include suspending, activating, and canceling. Subscriptions with `ACTIVE` status can be suspended for up to 60 days, pausing billing for `FLEXIBLE` plans. `ANNUAL` suspensions delay renewal. Activating a suspended subscription is possible within the 60-day window. Canceling immediately moves customers to direct billing with Google. To cancel Google workspace, a `DELETE` request with `deletionType=transfer_to_direct` must be used. An alternative method to cancel is `deletionType=cancel` which is only used for non-Google Workspace subscriptions.\n"]]