#stephy

1 messages · Page 1 of 1 (latest)

visual thistleBOT
arctic plaza
#

Hi
Could you please share more details ?

midnight pelican
#

i have site where i integrate the stripe for payment transactions. in my site two kinds of people one is vendors and other one is members.. our vendors do the works for members and they pay via ach..to do that now i use chekout section for ach in my website..when members pay , all amount collected to a single account and after we transfer the amount to vendors bank account..to pay vendors i just use connected account and pay using transfer api

arctic plaza
#

You mean you need to way to be notifed when the ACH payment completed ?

#

Are you listening to checkout.session.async_payment_succeeded event ?

midnight pelican
#

am not added webhooks yets

#

yes i want to know when ach is completed

arctic plaza
#

You need to listed to that event so

midnight pelican
#

also when transfer the amount to connected accounts then also i want to konow

#

actually am using stripe provided checkout

arctic plaza
visual thistleBOT
midnight pelican
#

so you mean i have to configure the webhooks to manage this?

#

how we configure this in my projects.. when i saw ,is it only goes to stripe account and add endpoint and where mention the path only? or can i set up and track in website? how it works ?

plain apex
#

Hi! I'm taking over this thread.

midnight pelican
#

ok the thing i understand after looking this

if i have to add webhooks ,i need to go my stripe account and click webhook and add endpoint there and mention where we need to listen right?

#

can we add and manage webhooks only in stripe account?

plain apex
#

if i have to add webhooks ,i need to go my stripe account and click webhook and add endpoint there and mention where we need to listen right?
Pretty much yes. And then write some code on your backend to handle these events.

#

can we add and manage webhooks only in stripe account?
What do you mean by this? You can create the endpoint in the Stripe dashboard or with the API.

midnight pelican