Query Webhook URL

Query Webhook URL

Request URL

POST /remittance/webhook/query-webhook-list

Request Body

Refer to : common

Biz_data :

Name
Type
Description

partner_id*

string

Partner ID

webhook_id

long

Webhook Id

webhook_type

integer

Webhook type,

Refer to :Webhook Type

Response

{
    "code": "10000",
    "msg": "Success",
    "data": {
        "webhook_id": 100011,
        "webhook_type":1,
        "webhook_url":"",
        "webhook_desc":"",
        "create_time":""
    },
    "random_key":"sdddddd2ww12dd",
    "sign_type": "RSA",
    "app_id": "2017051914172236111"
}
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

Was this helpful?