Skip to main content

Setting up receiving webhooks

Once you have familiarized yourself with the structure and general information about webhooks, you can begin setting up their reception.

To receive webhooks from Financial Line, you will need to:

  1. Create an endpoint on your server that can receive webhooks.
    • The endpoint must be configured to accept HTTP requests with the POST method.
    • Ensure that the endpoint has one of the following TCP ports open: 443, 8443. If you need to receive webhooks on other ports, please contact Financial Line Support.
    • Configure webhook signature verification in the following way.
  2. Add the following IP addresses to your server's whitelist:
    • 35.187.74.148
  3. To test your webhook setup, create a payment using a test project to check whether webhooks can be received.