#KingKong-connected-platforms

1 messages · Page 1 of 1 (latest)

meager latch
#

Can you send us your account id? (acct_123)

crystal dune
#

sure, one sec

#

sorry, I'm quite new to this, where do I find my account id?

#

found it:
acct_1Gk6ZNCf2RsCr49v

meager latch
#

Thank you!

#

And to be clear, you don't believe you connected your account to Wix or are you wondering what the webhook attempts are?

crystal dune
#

I'm just a developer who took over the project so I don't know much about the history

#

I've just specified webhook urls for both TESTING / LIVE environment and they point to our project (app.healthboxhr.com), definitely not wix

#

and I'm just doing local testing via the CLI where I started the listener to my local: stripe listen --forward-to clearpass.local/stripe/webhook

#

and when I do test event: stripe trigger payment_intent.created

#

and then look in the logs, it shows connected wo wix.com - I'm confused

meager latch
#

Ah okay. So your account is connected to Wix which means they will get webhook events about certain events on your account. You don't have to worry about receiving them https://stripe.com/docs/connect/webhooks

crystal dune
#

ah ok, so nothing to worry about?

meager latch
#

Correct. And you are seeing the other webhook events properly correct?

#

That is unrelated to their webhook. Just want to make sure

crystal dune
#

I think so

#

it's giving me 403

#

out of interest, do you have experience with Laravel Cashier?

#

that's the framework I'm using

meager latch
#

Do you have the request ID (req_123) of the request you got the 403 on?