skip to Main Content

I have to manage the recurring payment for our online service, but there is an aspect not very clear to me.
From what I understand, to manage a subscription I need to:

  1. Create the product
  2. Create the subscription plan
  3. Create the subscription
    I have done some tests and everything works correctly.
    What I don’t understand is whether the product and the respective subscription plan need to be created for each transaction or if I first need to create a product list with their associated subscription plans and always use the same items when creating the subscription.

2

Answers


  1. Create new Products and Plans when you have new Products, or are offering new or additional Plans.

    Otherwise, use existing items for new Subscriptions.

    Login or Signup to reply.
  2. You need to create the product and subscription plan for the first time. If any person has subscribed to your product, the money will be automatically deducted at the onset of the next billing cycle. It will use the same product and plan for which the person has subscribed for.

    For more detail, you can go through https://medium.com/analytics-vidhya/paypal-subscription-in-react-1121c39b26be.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search