Gifting Subscriptions

Gift Subscriptions allow a customer to purchase a subscription order for another customer.

NOTE:  Creating this experience will require work from the client's development team or their technology partners and is expected to be self-serve.


Overview

Synopsis
  • Gift Subscriptions allow a customer to buy a set of subscription orders for another customer.
Areas Impacted
  • Order Processing
  • Frontend enrollment experience
  • Backend for handling cancel logic after the gift is complete
Out of Scope of Solution
  • Different endpoint for gifting orders and standard subscription orders
  • Balance management of gifting funds
  • Order XML modifications
  • Custom messaging (current order count, remaining orders, etc.) in Ordergroove transactional emails
  • Display of current or remaining order counts in Ordergroove
  • Gift subscriptions created via Instant Upsell
  • Gift subscriptions created in Ordergroove
  • Gift subscriptions managed by a different user than the customer making the initial purchase 
  • Transactional emails to giftee
  • A cart containing products going to giftee and gifter (separate addresses)
  • Customer-selected number of shipments outside of defined options

  • SKU swap to gift products of different prepaid periods or prices
  • Automatic cancelation at end of pre-paid cycle
  • Transfer of subscription to giftee for subscription continuity after gift period ends
Requirements
  • Merchant must own the setting and update of gift information within subscription extra_data
  • Merchant must own the cancelation of the gift subscription when the term is complete

Resources Required

 

 Client/Systems Integrator

  • [M-L] Create the gift option on the site for subscription enrollment and use that for API calls to Ordergroove post-checkout
  • [M] Create logic that will cancel the subscription once the count of successful orders is reached

 


How To Set It Up

  • The gifter should not be charged more than what is expected at the time of purchase
    This is an experience you can build by implementing expiring subscriptions.
    • Expiring subscriptions allow you to cancel a subscription when a certain threshold has been met. That threshold is typically items shipped. In this use case, the gifter would purchase four shipments, be charged each time, and then your application would cancel the subscription after the fourth shipment is created. For more information, click here

  • We want the giftee to continue to receive (and pay for) the subscription even after the gift is 'over'
    This is not an experience that Ordergroove directly powers. However, the use of a marketing platform can accomplish this relatively easily.  This is the best setup we've found:
    • Leave the subscription under the gifter's account
    • Prompt the giftee after the gift has expired to create a new subscription. 
      • When possible, it is a good idea to direct the giftee directly to the PDP or even to the shopping cart with the product pre-added. These are not experiences that Ordergroove facilitates so the flow for directing them to the PDP or even the shopping cart with a pre-added product would be developed within your marketing campaign and email/text content.
    • Why can't we transfer the gift?
      • Since it would still require that you collect the same information from the consumer that you would during a normal check out - using your existing checkout flow to generate a new subscription record has proven to be the most efficient.