Skip to main content

Schedule subscription changes

Schedule subscription changes

Last updated: 18-Mar-2026
Rate this article:

Overview

Schedule specific changes for a subscription to be applied at the end of the billing cycle. Use the scheduledProductUpdate method to change specific details about a subscription.

Parameters

Parameters Type/Description
sessionID Required (string)
  Session identifier, the output of the Login method. Include sessionID into all your requests. 2Checkout throws an exception if the values are incorrect.  The sessionID expires in 10 minutes.
SubscriptionReference Required (String)
  The system-generated reference code of the subscription.
ProductCode String 
  Unique product identifier that you control to which the subscription should be updated.
PricingOptions Array
  The product options codes selected for the subscription update. Pricing options codes are case sensitive.
Quantity Int
  Number of product units

Response

Parameters Type/Description
Boolean true or false depending on whether the changes were successful or not.

Request

<?php

require ('PATH_TO_AUTH');

$subscriptionReference = 'YOUR_SUBSCRIPTION_REFERENCE';
$newProductCode        = 'PRODUCT_V2';
$newPricingOptions     = 'OPTION_CODE1;OPTION_CODE2';
$newQuantity           = 2;

try {
    $scheduledProductUpdate = $client->scheduleProductUpdate($sessionID, $subscriptionReference, $newProductCode, $newPricingOptions, $newQuantity);
} catch (SoapFault $e) {
    echo "scheduleProductUpdate: " . $e->getMessage();
    exit;
}

var_dump("scheduleProductUpdate", $scheduledProductUpdate);
Rate this article:

Need help?

Do you have a question? If you didn’t find the answer you are looking for in our documentation, you can contact our Support teams for more information. If you have a technical issue or question, please contact us. We are happy to help.

Not yet a Verifone customer?

We’ll help you choose the right payment solution for your business, wherever you want to sell, in-person or online. Our team of experts will happily discuss your needs.

Verifone logo