1. webhook
ANexPay Docs
  • XCheckout
    • Introduction
    • Quick Start
    • Checkout Flow
    • Payment
    • Refund
    • Settlement
    • Webhook
    • Enum Reference
    • Api Reference
      • Authentication
        • Get AccessToken
      • payment order
        • CreateOrder
        • CancelOrder
        • GetOrderInfo
        • GetOrderList
      • refund
        • CreateRefund
        • CancelRefund
        • GetRefundInfo
        • GetRefundList
      • settlement
        • CreateSettlement
        • CancelSettlement
        • GetSettlementInfo
        • GetSettlementList
      • webhook
        • webhook
          POST
  • Agentic Payment
  1. webhook

webhook

Developing
POST
Please create a webhook interface in your project to receive wcheckout event messages. You can define the interface path yourself. We will push events such as document status changes and abnormal payment alerts to you through this interface.

Request

Body Params application/jsonRequired

Example
{
    "eventId": "evt_0a4fee0f5882",
    "eventType": "ABNORMAL_PAYMENT",
    "timestamp": 1758701681,
    "data": {
        "abnormalPaymentNo": "xxxxxxxx",
        "orderNo": "xxxxxxx",
        "token": "ETH_USDT",
        "amount": "818.89",
        "hash": "0xxxxxxxxxx",
        "pendingAmount": "739.00",
        "createdTime": "2025-12-23 12:56:47",
        "updatedTime": "2025-12-23 12:56:47"
    }
}

Responses

🟢200成功
application/json
Body

Example
{}
Modified at 2026-03-30 18:04:06
Previous
GetSettlementList
Built with