Method: partners.subscriptions.provision
Stay organized with collections
Save and categorize content based on your preferences.
Used by partners to provision a subscription for their customers. This creates a subscription without associating it with the end user account. subscriptions.entitle must be called separately using OAuth in order for the end user account to be associated with the subscription. It should be called directly by the partner using service accounts.
HTTP request
POST https://paymentsresellersubscription.googleapis.com/v1/{parent=partners/*}/subscriptions:provision
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
Required. The parent resource name, which is the identifier of the partner. It will have the format of "partners/{partner_id}".
|
Query parameters
Parameters |
subscriptionId |
string
Required. Identifies the subscription resource on the Partner side. The value is restricted to 63 ASCII characters at the maximum. If a subscription was previously created with the same subscriptionId, we will directly return that one.
|
Request body
The request body contains an instance of Subscription
.
Response body
If successful, the response body contains an instance of Subscription
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["Used by partners to create subscriptions for their customers without initial end-user association, requiring a separate `subscriptions.entitle` call for user linking."],["The API endpoint for provisioning is `POST https://paymentsresellersubscription.googleapis.com/v1/{parent=partners/*}/subscriptions:provision` and should be accessed directly by partners using service accounts."],["The request requires the partner ID as a path parameter and a unique subscription ID as a query parameter."],["Both request and response bodies utilize the `Subscription` object, detailed in the provided link, for data transfer."]]],[]]