We are currently integrating Vendr into a site and we need to integrate with a 3rd party fulfillment provider. That in the main is all fine, but one feature we have to implement is subscription payments.
All the Vendr docs are clear, but when we pass onto the 3rd party we need an order number, when subscriptions are being processed do they create a new order in Vendr, or is it a different flow?
If they do create a new order, is there a hook for that, or a hook for a subscription being actioned? This maybe could potentially be a
webhook via Stripe but trying to ensure I know all aspects (May have answered the question myself here)
From Vendr's perspective it is only involved during the initial purchase / setup of the subscription. From that point on all updates regarding the subscription status would be handled via Stripes own APIs / Webhook handlers so you'll probably need to hook into those to trigger further fulfillments.
Stripe Subscription Process
Hi There,
We are currently integrating Vendr into a site and we need to integrate with a 3rd party fulfillment provider. That in the main is all fine, but one feature we have to implement is subscription payments.
All the Vendr docs are clear, but when we pass onto the 3rd party we need an order number, when subscriptions are being processed do they create a new order in Vendr, or is it a different flow?
If they do create a new order, is there a hook for that, or a hook for a subscription being actioned? This maybe could potentially be a webhook via Stripe but trying to ensure I know all aspects (May have answered the question myself here)
Thanks,
Rob
Hi Roberto
From Vendr's perspective it is only involved during the initial purchase / setup of the subscription. From that point on all updates regarding the subscription status would be handled via Stripes own APIs / Webhook handlers so you'll probably need to hook into those to trigger further fulfillments.
Hope this helps
Matt
Thanks Matt, yeah I Kinda answered my own question at the end, thank you for taking the time to look.
is working on a reply...