How to set up webhook in the Stripe Dashboard
How to populate Base URL on Gateway Account
o Go to Setup and search All Sites on Quick Find
o Copy the URL of the site that is accessible by Guest users.
o Once copied, paste the URL on the base URL of the Gateway Account
o When the gateway account is being saved, the Webhook Endpoint URL will get the base URL and concat the remaining text and its gateway account ID.
Go to Developers > Webhooks > Add endpoint.
...
After the payment, several things can happen. If the payment succeeds normally, you can focus on payout options from Stripe, sending email receipts, and triggering workflows to fulfill the customer’s order. When it’s more complicated, Stripe provides guidance for guides things like declined cards, refunds, disputes, and fraud. More about payouts here.
How to configure payouts on your dashboard
...