Cenário de gerenciamento de assinaturas
- The application requests a list of the user’s subscriptions using the
GetSubscriptions
method. - The application requests detailed information about each user’s subscription using the
GetSubscriptionDetails
method (optional). - The application displays a list of subscriptions to the user.
- The user selects a subscription and the action he wants to perform — cancel, open a web page to renew, or manage subscriptions.
- The application calls one of the following methods to handle the action:
CancelSubscription
— to cancel the selected subscriptionGetSubscriptionRenewalUrl
— to get the URL of the renewal interface for the selected subscriptionGetSubscriptionManagementUrl
— to get the URL of the management interface for the selected subscription
- The application opens the received URL in a browser.
- The user performs an action on a subscription.
Observação
Subscription cancellation occurs immediately after a call to the
CancelSubscription
method — steps 6 and 7 are not performed.Este artigo foi útil?
Obrigado pelo seu feedback!
Avaliaremos sua mensagem e a usaremos para melhorar sua experiência.Encontrou um erro de texto ou digitação? Selecione o texto e pressione Ctrl+Enter.