• Resolved gerasjuta

    (@gerasjuta)


    Hello,
    I have a question about expiring subscriptions. When a user purchases a 1-month subscription (here is a list of meta fields):

    wps_schedule_start 1756543153

    wps_sfw_subscription_expiry_number 1

    wps_sfw_subscription_interval month

    wps_sfw_subscription_expiry_interval month

    wps_susbcription_end 1759221553

    wps_next_payment_date 1759221553

    I have a few questions:

    1. Will the amount be debited from the user when the expiration date arrives (1759221553 - September 30, 2025)? Is it expected that the wps_next_payment_date field contains the same timestamp as wps_next_payment_date?

    2. If these fields are deleted wps_sfw_subscription_expiry_number wps_susbcription_end this subscription will become eternal for the user, right?
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    1. For your first point, the customer will not be charged because subscription will expire at saved timestamp

    2. And for your second point, we suggest don’t delete any key form subscription, we recommend keeping all subscription-related meta fields intact to avoid any unintended consequences. but if you want to make subscription enternal for the user then you need to update keys like wps_sfw_subscription_expiry_number as blank value and wps_susbcription_end as 0

    By doing this subscription will become eternal for the user

    Thank you

    Thread Starter gerasjuta

    (@gerasjuta)

    Thank you for your answers!

    Your most welcome!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Expiring subscriptions’ is closed to new replies.