[Webhook] Merchant Status Updated Notification

Sentbiz sends a webhook to the client's Callback URL when the merchant's status changes.

+---------+        Webhook POST        +-------------+
| SentBiz | -------------------------> | Client API  |
+---------+                            +-------------+

The client must share a Callback URL with SentBiz in advance, and firewall access must be configured.
After SentBiz receives the response from the webhook, it will retry any requests where the result value is not SUCCESS.

  • Retry Policy: 12 attempts at 10-minute intervals.

When the client receives the webhook, they should proceed with internal processing and respond using the parameters below.
The client’s response policy for the result parameter is as follows:

  • If result is SUCCESS: Webhook transmission and retries stop.
  • If result is FAILED: Retries will occur, up to 12 times at 10-minute intervals.

The client must ensure that their internal system prevents duplicate processing for webhooks that have already been received or marked as SUCCESS.
For example, if the same merchant_id webhook is received again after being processed as SUCCESS:

  • Internal processing should be skipped.
  • The client should respond as follows: {merchant_id: [same merchant_id], result: SUCCESS}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The client webhook url for deposit notification

Body Params
string
enum
required

Webhook type

Allowed:
data
object
required
Headers
string
required

Client URL Authentication Key

Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json