AaaS
š¢ Acquiring Notification
Event Types
| Event Type | Description |
|---|---|
| ACQUIRING.ORDER | This resource defines the data structure of the webhook notification sent when an acquiring orderās status changes. It is used to synchronize real-time order status updates to merchants, enabling timely business processing (e.g., order fulfillment, refund handling). |
Resource Object
The resource payload will be a Acquiring Order Webhook Object.
Example Payload
{
"id": "6a94b9c7-40d6-4007-a5d0-a96d714a1108",
"code": "000000",
"message": "",
"apiVersion": "v3",
"createTime": "1757649535314",
"eventType": "ACQUIRING.ORDER",
"resource": "..."
}š¢ DISPUTE Notification
Event Types
| Event Type | Description |
|---|---|
| ACQUIRING.DISPUTE | When a dispute is initiated (e.g., by a cardholder or issuing bank), updated (e.g., status change to "Representation"), or resolved (e.g., status change to "CB Dispute Win" or "CB Dispute loss"), the system sends this webhook to the merchantās pre-configured endpoint. |
Resource Object
The resource payload will be a Acquiring Dispute Webhook Object.
Example Payload
{
"id": "6a94b9c7-40d6-4007-a5d0-a96d714a1108",
"code": "000000",
"message": "",
"apiVersion": "v3",
"createTime": "1757649535314",
"eventType": "ACQUIRING.DISPUTE",
"resource": "..."
}