[Stripe] How to setup a webhook?

Use webhooks to be notified about events that happen in a Stripe account: https://stripe.com/docs/webhooks
You can set up a webhook in your Stripe account.
The direct URL to the webhooks settings form: https://dashboard.stripe.com/account/webhooks

Step-by-step guide

Step 1

Get a webhook URL for your store in the extension’s settings:

Step 2

Go to the Stripe Dashboard: https://dashboard.stripe.com

  1. Press the «API» item in the left menu
  • Switch to the «Webhooks» tab in the central area
  • Press the «Add endpoint» button

Step 3

Enter a webhook’s URL «Account Settings», choose a mode, and press the «Create endpoint» button:

  1. Fill the «URL to be called» field with the value from the Step 1.
  • Press the «Add endpoint» button.

See the demo videos about webhooks usage:

5. Capture from a Stripe account

6. Refund from a Stripe account