1. Webhook
WPay
  • Introduction
  • Signature
  • API Keys
  • Get Started
  • Webhook Service
  • Api Reference
    • Authentication
      • Get Access Token
      • Refresh Access Token
    • WPay
      • Hosted Payment Page
      • List Payment History
      • Get Payment Detail
      • Refund
      • List Subscriptions
      • Get Subscription Detail
      • Cancel Subscription
      • Get Subscription Bills
    • Webhook
      • Simulate a Event Call
        POST
  • Schemas
    • Schemas
      • RefundOrderDTO
      • RefundPageReq
      • ApiPageApiPageRefundOrderDTO
      • ApiResponseApiPageRefundOrderDTO
      • CancelReq
  1. Webhook

Simulate a Event Call

Developing
POST
/base/notification/simulate
simulate a event call to callback url

Request

Body Params application/jsonRequired

Example
{
    "id": 0
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/base/notification/simulate' \
--header 'Content-Type: application/json' \
--data '{
    "id": 0
}'

Responses

🟢200成功
application/json
Bodyapplication/json

Example
{
    "success": true,
    "retcode": 200
}
Modified at 2026-05-13 02:44:08
Previous
Get Subscription Bills
Next
RefundOrderDTO
Built with