AI-generated Key Takeaways
-
The Payments Reseller Subscription API enables businesses to resell Google products like Stadia, Nest, and Google One to their customers.
-
This API allows for the activation and management of Google subscriptions, including creating, canceling, and extending them.
-
paymentsresellersubscription.googleapis.com
is the service name used to create RPC client stubs for interacting with the API. -
Partners can utilize various methods such as
CreateSubscription
,CancelSubscription
, andListProducts
to manage subscriptions and interact with Google's offerings. -
Google uses methods like
AuthorizeSubscriptionSignup
andAuthorizePurchaseOrderCharge
to authorize transactions and ensure secure interactions between resellers and their customers.
The Payments Reseller Subscription API enables a wholesale business-to-business platform for Google subscription products (such as Stadia, Nest, Google One), where third parties could resell these products to their customers. This API is used to activate and manage the Google subscriptions.
Service: paymentsresellersubscription.googleapis.com
The Service name paymentsresellersubscription.googleapis.com
is needed to create RPC client stubs.
google.cloud.payments.reseller.subscription.v1.PaymentsResellerOutboundService
Methods | |
---|---|
|
Currently, it is used by only YouTube partners. |
|
Currently, it is used by only YouTube partners. |
|
Currently, this API is not yet enabled. |
google.cloud.payments.reseller.subscription.v1.PaymentsResellerSubscriptionService
Methods | |
---|---|
|
Cancels a subscription service either immediately or by the end of the current billing cycle for their customers. |
|
Used by partners to create a subscription for their customers. |
|
Entitles a previously provisioned subscription to the current end user. |
|
[Opt-in only] Most partners should be on auto-extend by default. |
|
Currently, it is only enabeld for YouTube. |
|
This API replaces user authorized OAuth consent based APIs (Create, Entitle). |
|
Gets a subscription by id. |
|
Currently, it doesn't support YouTube products. |
|
Currently, it doesn't support YouTube promotions. |
|
Used by partners to provision a subscription for their customers. |
|
Resumes a suspended subscription. |
|
Suspends a subscription. |
|
Currently, it is used by Google One, Play Pass partners. |