Create Webhook URL
Request URL
POST
https://rem-api-sandbox.pagsmile.com/remittance/webhook/create
Request Header
Name
Type
Description
Content-Type*
string
application/json; charset=UTF-8
Request Body
Refer to : common
Biz_data :
Name
Type
Description
webhook_type*
integer
Webhook type,
webhook_url*
string(128)
Webhook URL
webhook_desc
string(128)
Webhook Description
Response
Name
Type
Description
transaction_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