Update Webhook URL
Update Webhook URL
Request URL
POST /remittance/webhook/update
Request Body
Refer to : common
Biz_data :
Name
Type
Description
webhook_id*
long
Webhook Id
webhook_url*
string(128)
Webhook URL
webhook_desc
string(128)
webhook description
Response
{
"code": "10000",
"msg": "Success",
"data": {
"webhook_id": 100011
},
"random_key":"sdddddd2ww12dd",
"sign_type": "RSA",
"app_id": "2017051914172236111"
}{
"code": "40002",
"msg": "Business Failed",
"sub_code": "invalid-signature",
"sub_msg": "invalid signature"
}Name
Type
Description
webhook_id
long
Webhook ID
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated
Was this helpful?