Tạo webhook

Create Webhook

POST http://ws.ems.com.vn/api/v1/metadata/webhook

API tạo kết nối webhook.

Path Parameters

Name
Type
Description

merchant_token*

string

Token

Headers

Name
Type
Description

Accept*

string

application/javascript

Request Body

Name
Type
Description

link*

string

Link callback

Thành công:
{'code': 'success', 'message': 'Tạo webhook thành công'}

Thất bại:
{'code': 'error', 'message': '......'

Last updated

Was this helpful?