The Splitit Help Center

How can I set up webhooks in my Stripe account?

Log into your Stripe account ( https://dashboard.stripe.com/webhooks

Under Developers, select Webhooks.

wh1.PNG

Click “Add Endpoint” on the top right corner.

wh2.PNG

Add the Endpoint URL as https://core.spreedly.com/stripe/webhooks

wh4.PNG

Add these Events:

  • source.chargeable
  • source.cancelled
  • source.failed

wh5.PNG

Click “Add Endpoint”

wh6.PNG

After saving the webhook, you will need to obtain two properties for use in your Stripe gateway at Spreedly that are available by accessing the webhook detail page in Stripe’s dashboard.

The webhook_id can be found in your browser’s address bar (URL) and is the last segment of the URL. The Stripe webhook id begins with we_, for example, we_1EYfxCAWOtgoysog3lIoCESp.

wh7.PNG

The webhook_signing_secret is located in the ‘Signing Secret’ section of the webhook detail page. Click “Click to reveal” to see the value of the Signing Secret.

wh8.PNG

Log into your Splitit dashboard, and click Credentials—->Gateway Provider Credentials.

Insert the webhook_id and webhook_signing_secret in the respective fields.

wh9.PNG

Was this article helpful?

8 out of 8 People found this helpful