Create Webhook URL

Create Webhook URL

Request URL

POST /remittance/webhook/create

Request Body

Refer to : common

Biz_data :

Name
Type
Description

webhook_type*

integer

Webhook type,

Refer to :Webhook Type

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"
}
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?