AaaS

šŸ“¢ Acquiring Notification

Event Types

Event TypeDescription
ACQUIRING.ORDERThis 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 TypeDescription
ACQUIRING.DISPUTEWhen 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": "..."
}