Create Webhook URL
Establish a callback endpoint to receive Pagsmile notifications for specific event types.
Request URI
Request Body
Name
Type
Description
Request Example
{
"app_id": "00000000000000000",
"partner_id": "00000000000000000",
"request_id": "b2DCFbAb-212E-Cc5d-2B99-c5f260c1",
"timestamp": "2025-04-07 13:57:06",
"format": "JSON",
"version": "2.0",
"sign_type": "RSA",
"biz_data": {
"webhook_type": 1,
"webhook_url": "https://random1744005426.com",
"webhook_desc": "this is desc"
},
"random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!Response
Name
Type
Description
Last updated