Webhook

Webhooks allow you to set up a notification system that can be used to receive updates on certain requests made to the Tulu Switch API.

Introduction

Welcome to the Tulu Switch Webhook Guide! Webhooks allow your application to receive real-time updates about events happening within the Tulu Switch ecosystem. Instead of constantly polling our API, you can set up a webhook to listen for important events and take appropriate actions in your system.

Why Use Webhooks?

APIs typically respond immediately to your requests. However, some processes take longer to complete, and relying solely on synchronous API calls may result in timeout errors. Webhooks solve this by notifying your system asynchronously when an event occurs, ensuring a seamless experience.

Setting up webhooks

Get started by setting up webhooks in your Tulu Switch account. This section provides step-by-step instructions on configuring webhook endpoints.

To start using webhooks, follow these steps:

# Step 1: Log in to your Tulu Switch dashboard

# Step 2: Navigate to Settings "Webhook and API"

# Step 3: Enter the URL where you want to receive webhook notifications.

# Step 4: Click Save Webhook to activate it.

Once your webhook URL is set, Tulu Switch will send event notifications to it whenever relevant activities occur.

Important Notes:

  • Ensure your webhook URL is publicly accessible: so Tulu Switch can send event notifications.
  • Verify webhook requests: by checking the Authorization token or signature.
  • Log received payloads: for debugging and tracking purposes.
  • Respond with HTTP 200: to acknowledge successful receipt of the webhook

Troubleshooting Webhooks

  • If your webhook is not receiving events, check the following:
  • Verify that your webhook URL is correct and publicly accessible.
  • Ensure your server is running and properly configured to accept POST requests.
  • Check if the Bearer Token is included in the request headers.
  • Review logs to see if the webhook request was received but not processed correctly.

Contact Us for Developer Support

Contact our dedicated developer support team for assistance, guidance, or any questions you have regarding Tuluswitch API integration. We're here to ensure your development experience is smooth and successful.

Read Our Developer FAQ for Insights

Master the Tuluswitch API with our Developer Blog! Get expert insights, advanced tips, and industry trends beyond the documentation. Stay connected with the developer community to build exceptional payment platforms. Visit the blog now and unlock your full potential!