Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Login your Stripe account, then in the Webhooks configuration, click on Add endpoint button.

    The URL to be called follows the format: {your magento url}/stripe/checkout/webhooks

    Select the filter event as Send all event types.


 

Add a webhook endpoint


...

Copy the signing secret and paste to Magento 2 Configuration

 

  • Webhooks signing secret: Enter the signing secret from Stripe+

  • Email Customer: Allow Stripe to send receipts to customers once the payment is made successfully.

  • Statement descriptor: An arbitrary string to be displayed on your customer’s statement. As an example, if your website is RunClub and the item you’re charging for is a race ticket, you may want to specify a statement_descriptor of RunClub 5K race ticket. While many payment types will display this information, some may not display it at all.

...