We are still working on what "handle subscriptions" means for the product as a whole, but we did recently release an update to the Stripe provider that can process subscription payments
Ultimately Vendr currently just deals with processing the initial payment for you and creating the Stripe subscription, but everything outside of this initial payment would be left to you, so hooking into Stripe to listen for subscription changes to updated member access and using the Stripe self service portal to manage subscriptions post purchase.
We are currently reviewing the idea of a subscriptions service which can try and encapsulate a lot of this behavior, but we need to get a bit more understanding of other payment gateways that support subscription payments so that we can identify the common aspects and build the right interface around them.
We are currently reviewing the idea of a subscriptions service which can try and encapsulate a lot of this behavior, but we need to get a bit more understanding of other payment gateways that support subscription payments so that we can identify the common aspects and build the right interface around them.
The current method (external subscription management) works for most probably.
Im looking for a way to handle the subscriptions in the shop management to be able to follow up on delivery on valid subscriptions and if its invoice subscription or card.
"User signs up for a monthly subscription starting from the current day. Withdraw process runs each day to automatically deduct $$ from their credit card, generate/email a receipt, update member status and in an absolute dream world would sort out what happens if they cancel their subscription."
Sorry, what exactly are you wanting my thoughts on?
Vendr still only supports subscriptions via the Stripe provider in the way documented above, any other approach would currently need to be a custom solution.
Im looking for a way to handle the subscriptions in the shop management to be able to follow up on delivery on valid subscriptions and if its invoice subscription or card.
I'd love to hear more detail about the last sentence 🤔
HaHa :-) Right!
User signs up for a monthly subscription starting from the current day. Withdraw process runs each day to collect tha' money and update member status accordingly.
Subscriptions
Hi Matt and friends,
Does Vendr handle subscriptions?
best
jesper
Hey Jesper
We are still working on what "handle subscriptions" means for the product as a whole, but we did recently release an update to the Stripe provider that can process subscription payments
https://vendr.net/docs/payment-providers/stripe/1-1-0/stripe-checkout/how-to-guides/processing-subscription-payments/
Ultimately Vendr currently just deals with processing the initial payment for you and creating the Stripe subscription, but everything outside of this initial payment would be left to you, so hooking into Stripe to listen for subscription changes to updated member access and using the Stripe self service portal to manage subscriptions post purchase.
We are currently reviewing the idea of a subscriptions service which can try and encapsulate a lot of this behavior, but we need to get a bit more understanding of other payment gateways that support subscription payments so that we can identify the common aspects and build the right interface around them.
I know Bjarne Fyrstenborg is currently working on adding subscriptions to his Reepay payment provider too https://github.com/vendrcontrib/vendr-payment-provider-reepay
Hope this helps
/Matt
Thanks matt, I'll visit the links
The current method (external subscription management) works for most probably.
Im looking for a way to handle the subscriptions in the shop management to be able to follow up on delivery on valid subscriptions and if its invoice subscription or card.
Cool, thanks for the feedback 👍
I'd love to hear more detail about the last sentence 🤔
/Matt
Hi Matt
We have a client with a simular requirement.
"User signs up for a monthly subscription starting from the current day. Withdraw process runs each day to automatically deduct $$ from their credit card, generate/email a receipt, update member status and in an absolute dream world would sort out what happens if they cancel their subscription."
Thoughts?
Hi Jonathon,
Sorry, what exactly are you wanting my thoughts on?
Vendr still only supports subscriptions via the Stripe provider in the way documented above, any other approach would currently need to be a custom solution.
Matt
HaHa :-) Right!
User signs up for a monthly subscription starting from the current day. Withdraw process runs each day to collect tha' money and update member status accordingly.
is working on a reply...