#seanmurphy

1 messages · Page 1 of 1 (latest)

umbral trailBOT
tender venture
earnest terrace
#

Thank you. So i can still have infinate connected accounts (customers) but they all get one Webhook endpoint.

tender venture
#

Yep!

earnest terrace
#

But, what if my connected accounts all have their own domains?

#

Would the single webhook still work?

tender venture
#

Not sure I understand your question.

#

Why would that matter?

earnest terrace
#

The question coming up here is whether charges on a client website (our connected account) can be deciphered by the new single purpose webhook.

tender venture
#

Yes, they can. Are you having trouble doing that? Can you provide more specific details?

earnest terrace
#

Sounds like you are saying yes. Which parameter indicates this? 'account.updated'?

tender venture
#

Which parameter indicates what?

quaint ruin
#

Hi guys

tender venture
#

Hello!

quaint ruin
#

catching up

tender venture
#

Let me know if you have any questions about what's above. 🙂

quaint ruin
#

Cheers, I'll explain the project then you'll know clear answer

#

The connect platform lives in a custom wordpress plugin that's being installed on many sites. We need to log subscription payments into each sites db

#

Hoping we don't need to build a centralized catch point then correlate connected accounts to know which site then api post data to there

#

Know what I mean?

tender venture
#

Yeah, the fact that this is a WordPress plugin changes the approach significantly.

#

Basically you, as the platform, won't be involved in the webhook piece. You need to provide the plugin users with instructions to set up their own Webhook Endpoints on their own accounts.

quaint ruin
#

Sean is running all this for his clients, possible to create the endpoints in their Stripe accounts via Stripe Dashboard when logged into Seans platform account?

tender venture
#

No.

quaint ruin
#

dang

tender venture
#

The individual account holders need to log in to their Dashboard directly.

quaint ruin
#

roger

#

possible to setup via api with platform keys?

tender venture
#

No.

quaint ruin
#

roger

tender venture
#

Platforms are specifically not allowed to modify Webhook Endpoints on connected accounts.

quaint ruin
#

gotcha

#

that makes sense from a security standpoint, don't want all their data going out

tender venture
#

Connect Webhook Endpoints are the way to do this for most platforms, but for plugins things need to be done manually since it's a unique/unusual use case.

quaint ruin
#

understood

#

thanks for talking it over