How to Check Callback Status on the Dashboard

Modified on Wed, 15 Apr at 2:06 PM

Overview

You can check the status of your callbacks directly from the Callback Request History in the Platform Tools dashboard. This allows you to:

  • Track whether a callback was successful, failed, or retrying
  • View the response from your server
  • Troubleshoot callback delivery issues without contacting support


TABLE OF CONTENTS



Where can I check my callback status?

You can view your callback status in Callback Request History.

Steps:

  1. Log in to your StraitsX Business Account
  2. Go to Platform Tools
  3. Under General Tools, click Callback Request History


How to read the callback status

In the Callback Request History table, you will see the following columns:

  • Callback Type – Type of event (e.g., Bank Transfer In)
  • Event Tag – Specific event identifier
  • Last Attempt – Last time the callback was sent
  • Client Response – Response from your server (e.g., 200, 404)
  • Status Summary – Current status of the callback


What do the callback statuses mean?

Success

  • The callback was successfully delivered
  • Your server responded correctly (e.g., HTTP 200)

Failed

  • The callback delivery failed

  • Your server returned an error (e.g., 404, 500)

This usually indicates an issue with your server or endpoint configuration

Retrying

  • The system is automatically retrying the callback
  • Retries can occur up to multiple attempts until successful


How to view more details

To investigate further:

  1. Click on any callback record
  2. You will be taken to the Callback Details page

Here you can view:

  • Callback URL (where the callback was sent)
  • Webhook Payload (data sent by StraitsX)
  • Client’s Response (response from your server)
  • Transaction Details



How to use this for troubleshooting

You can use the Client Response to identify issues on your side.

Example:

  • 404 error → Endpoint not found or incorrect URL
  • 500 error → Internal server error
  • Success but not received → Check your server logs

You can copy the response message and search it in your system logs for further investigation.


What should I do if my callback failed?

If your callback status is Failed:

  1. Review the Client Response in Callback Details
  2. Fix the issue on your server or endpoint
  3. (Optional) Resend the callback after fixing the issue

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article