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:
2. Click + Add endpoint:
3. Fill in the required fields (endpoint URL and Events to send)
Endpoint URL: Here you will need to add the URL of your store, followed by "/payment/ipn/stripe" https://{your-store}/payment/ipn/stripe
For example: https://alephdigital.publica.la/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] .