BursaPay Logo
Knowledge Base
Ticket Sign In
Help Center > Developer Platform & Gateway API > Webhook Delivery Logs and Failure Diagnosis

Webhook Delivery Logs and Failure Diagnosis

Published 2026-08-24 5 min read
Who is this article for?
This guide is for Developers, Engineering Teams, Platform Operators seeking operational guidance on BursaPay workflows.

UI Navigation Path (Step-by-Step)

  1. Open a webhook's delivery logs.
  2. Find the failed event and inspect its response code.
  3. Compare retry_count and next_retry_at with your receiver logs.
  4. Inspect full payload/response details when deeper debugging is required.
Verified BursaPay workflow: Use webhook delivery logs to identify failed deliveries, response codes and retry state.

1. Overview & Purpose

BursaPay stores webhook delivery history including event type, status, response code, duration and retry metadata.

2. Requirements & Setup

The developer must have webhook management access to inspect delivery history.

3. Step-by-Step Workflow

  1. Open a webhook's delivery logs.
  2. Find the failed event and inspect its response code.
  3. Compare retry_count and next_retry_at with your receiver logs.
  4. Inspect full payload/response details when deeper debugging is required.

4. Rules & Troubleshooting

A delivery failure is distinct from an application-level payment failure; first determine whether BursaPay delivered the event and what your endpoint returned.

5. Verification & Next Steps

Fix the receiver and retry only after the underlying issue is understood.

Was this article useful?

Related Articles

Webhook Event Modes and Versioning Retrying Failed Webhook Deliveries
Ask Bursa AI