#sasac-webhooks
1 messages · Page 1 of 1 (latest)
heya @cunning sun, can you share your account id so that i can take a look at your setup? it'd look like acct_xyz
Is it safe to post in this thread or should I dm you?
acct_1I4ecNFDEv3452BZ
whatever I should be able to revoke it if it isn't 😂
it's okay to share the account id, you should never share your secret key
I never do intentionally
@cunning sun your test webhook domain doesn't look like it's publicly accessible
in test mode, we can send webhooks over http. But the domain has to be publicly accessible. There're two alternatives here, either
- you use Stripe CLI to forward the webhook to that URL : https://stripe.com/docs/webhooks/test#listen-for-events
- Or, you can use something like ngrok
interesting what do you mean it's not publicly accessible?
The domain name resolves to the ip that I want and I can verify that with dig
Could you explain a bit more? Not sure I understand.
i can't seem to access http://local.bannerspace.io:3001 from my device
are you sure it's not accessible only on your local network?
Ohh that's because it resolves to 127.0.0.1
I see what you mean now