#karsh-webhooks

1 messages · Page 1 of 1 (latest)

sick linden
#

Hey, that's a common myth 😛

#

Actually no it doesn't

cosmic oar
#

Ah :/ that's a shame - that's why my current integration doesn't deal with the direct events...

sick linden
#

Yeah you need to webhook endpoints created on your dashboard

#

They can eventually point to the same URL but we discourage it

cosmic oar
#

Thanks!

Then second question: on this page https://stripe.com/docs/connect/webhooks I'm reading :

you can perform both live and test transactions under a production application.

How can I perform a test transaction on a production application?

Learn how to use webhooks with Connect to be notified of Stripe activity.

sick linden
#

It depends on the Secret/Public keys you're using

#

If you're using sk_live_xxx or pk_live_xxx you'd be doing transactions on your live data. On the other hand if you use sk_test_xxx or pk_test_xxx in that case it would be on test data.