All Collections
Metrics and reports
Configure IPN Notifications - Stripe
Configure IPN Notifications - Stripe

In this article we will show you how you can configure your IPN notifications.

Lara Macarena Sastre avatar
Written by Lara Macarena Sastre
Updated over a week ago

Instant Payment Notification (IPN) is a messaging service that automatically notifies transaction-related events.

From Stripe:

1. Log in to your Stripe account and enter the following link:

stripe_webhooks_en

2. Click + Add endpoint:

Screen Shot 2021-06-15 at 13.56.21

3. Fill in the required fields (endpoint URL and Events to send)

Screen Shot 2021-06-15 at 13.58.27

  • Endpoint URL: Here you will need to add the URL of your store, followed by "/payment/ipn/stripe" https://{your-store}/payment/ipn/stripe





  • Events to send: Here you must select the events to send from the drop-down list

Select the following events:

- invoice.updated
- customer.subscription.trial_will_end
- customer.subscription.updated
- customer.subscription.deleted
- customer.subscription.created
- charge.updated
- charge.succeeded
- charge.refunded
- charge.pending
- charge.failed
- charge.expired
- charge.captured
- checkout.session.completed

Save the changes and that's it!

We hope this tutorial has been easy for you. If you have questions, write to us at [email protected] .

Did this answer your question?