Update Webhook URL
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/webhook/update
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; chartset=UTF-8 |
Request Body
Refer to : common
Biz_data :
Name | Type | Description |
---|---|---|
webhook_id* | long | Webhook Id |
webhook_type* | integer | Webhook type, refer to webhookType |
webhook_url* | string(128) | Webhook URL |
webhook_desc | string(128) | webhook description |
Response
Name | Type | Description |
---|---|---|
webhook_id | string | Transaction ID |
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated