Query Webhook URL
Request URL
POST
https://card-api-sandbox.pagsmile.com/issuing/webhook/query-webhook-list
Request Header
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json; chartset=UTF-8 |
Request Body
Refer to : common
Biz_data :
Name | Type | Description |
---|---|---|
sub_partner_id* | string | Sub partner ID |
webhook_id | long | Webhook Id |
webhook_type | integer | Webhook type, refer to webhookType |
if 'sub_partner_id' is empty,please input the value of 'partner_id'
Response
Response
Name | Type | Description |
---|---|---|
webhook_id | long | webhook ID |
webhook_type | integer | webhook type |
webhook_url | string | webhook url |
webhook_desc | string | webhook url |
create_time | string | create time |
Example
Note: 201************11 is pagsmile's test app id for sandbox
Please use your own app_id when testing.
Last updated