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
When I do something like account.payment_processor.subscriptions, it doesn't seem to show a purchase with that. My guess is because it's set with an interval to "One-time" and its treated more of a one-time purchase than as a subscription?
Products such as Life Time Deals (LTDs) aren't necessarily subscriptions as they do not have an end date.
Is there anyway we could access all the past purchases a user has made in Pay?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We currently have a Stripe product with the following setup:
When I do something like
account.payment_processor.subscriptions
, it doesn't seem to show a purchase with that. My guess is because it's set with an interval to "One-time" and its treated more of a one-time purchase than as a subscription?Products such as Life Time Deals (LTDs) aren't necessarily subscriptions as they do not have an end date.
Is there anyway we could access all the past purchases a user has made in Pay?
Beta Was this translation helpful? Give feedback.
All reactions