action britbox_google_pay_subscription { label: "googlePaySubscription" description: "Get the list of recommended items under the active profile." provider: britbox method: POST path: "/itv/googlepay/subscription" encoding: json input: { type: "object" required: ["purchaseToken", "subscriptionItem"] properties: { purchaseToken: { type: "string" description: "the unique identifier for this purchase" } subscriptionItem: { type: "string" description: "the SKU of the item from the play console" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }