In order for Stripe to notify your server of successful payment you have to add your webhook URL that you can copy in Latepoint -> Settings -> Payments -> Stripe into your Stripe dashboard.

  1. Copy your Webhook URL from Stripe settings in LatePoint:

2. Add an endpoint in your “Webhooks” page of Developers settings in Stripe:

3. Paste the url that you copied before into Endpoint URL field, and select “checkout.session.completed” and “payment_intent.succeeded” for events to listen to: