So, that is your webhook endpoint so you can put any param that you want on the URL. Also, it's totally up to our users on how they want to use a DB query on the URL. Let us know if that helps. You can also check out our support doc for an overview of how subscriptions works and also to know more on their integration: stripe.com/docs/billing/subscriptions/overview and stripe.com/docs/api/subscriptions/create
How would you create a subscription with a direct charge for the connected account? With direct charge I mean the customer pays to the connected account directly without collecting any fees for ourselves.
@@StripeDev What i was asking is that in stripe checkout session and mode is subscription, how does the platform owner get percentage maybe 10% from the sales of connected account? Should subscription_data.application_fee_percent be used in the direct charges scenario
Hi Ade-the platform itself would decide on the fees per transaction using Stripe Connect. We'd be happy to go into more detail on this or answer any additional questions you have. Please contact us at support.stripe.com if needed. Thanks.
You can take a look at our docs here to determine the total number of active subscribers: support.stripe.com/questions/understanding-active-subscribers Here's how you can track active subscriptions: stripe.com/docs/billing/subscriptions/webhooks#active-subscriptions and find an overview of how subscriptions work in general: stripe.com/docs/billing/subscriptions/overview
@@StripeDev Hi I have one more query related webhook. if i created a webhook url can we update the status colum in our database as well based on event we get?? In webhook code
Love the background, love your energy, very good stripe team !
Wow amazing I just needed this creating a flow for subscription model selling online courses
So, that is your webhook endpoint so you can put any param that you want on the URL. Also, it's totally up to our users on how they want to use a DB query on the URL. Let us know if that helps. You can also check out our support doc for an overview of how subscriptions works and also to know more on their integration: stripe.com/docs/billing/subscriptions/overview and stripe.com/docs/api/subscriptions/create
Does anyone at Stripe work with the popular DB's and front ends?
i know right. ruby is great and all, but like whhaaaa.
How would you create a subscription with a direct charge for the connected account? With direct charge I mean the customer pays to the connected account directly without collecting any fees for ourselves.
How can I disable "Pay with Link" button? Everything I found out there doesn't work.
what if we want to use direct charges and transfer a percentage to the author ??
Hey there! Could you elaborate on your use case a little more? The more context we have the better the advice we can provide.
@@StripeDev What i was asking is that in stripe checkout session and mode is subscription, how does the platform owner get percentage maybe 10% from the sales of connected account? Should subscription_data.application_fee_percent be used in the direct charges scenario
Hi Ade-the platform itself would decide on the fees per transaction using Stripe Connect. We'd be happy to go into more detail on this or answer any additional questions you have. Please contact us at support.stripe.com if needed. Thanks.
can you please tell us how to get the user subscription is active or not??
Hi Neeraj-just to confirm, you want to determine whether a subscription is active or inactive, is that correct?
@@StripeDev yes
You can take a look at our docs here to determine the total number of active subscribers: support.stripe.com/questions/understanding-active-subscribers
Here's how you can track active subscriptions: stripe.com/docs/billing/subscriptions/webhooks#active-subscriptions and find an overview of how subscriptions work in general: stripe.com/docs/billing/subscriptions/overview
@@StripeDev Hi I have one more query related webhook.
if i created a webhook url can we update the status colum in our database as well based on event we get??
In webhook code
Hi Neeraj! Could you elaborate a little more on this question for us?