You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set Expiry date to all users who's not connected with stripe
The logic inside PMPRO to detect renewal: If there is a new payment but the level is not changing, (the level is the same as the previous) then we can consider it a renewal payment
When renew membership create subscription to users and connect to stripe
Upon renewal payment, we will add a subscription inside STRIPE, and no need for approval.
Members must renew at discounted rate that is $275 (Billing amount of level)
Solution: We are adding LOGIC:
If the old membership id is the same as the new checkout order id, then we consider it a renewal.
During checkout save payment indent id in order notes.
The text was updated successfully, but these errors were encountered:
ravisoni6262
changed the title
Upon renewal we need to create subscription inside STRIPE.
DEV:Upon renewal we need to create subscription inside STRIPE.
Dec 13, 2022
Solution: We are adding LOGIC:
If the old membership id is the same as the new checkout order id, then we consider it a renewal.
During checkout save payment indent id in order notes.
The text was updated successfully, but these errors were encountered: