Webhook

Header
Content-Type : application/json
ems-transaction : "1234567890"

ems-transaction is a random string and matches with each request on system.

Response demo

{
 "code" : "success",
 "transaction" : "1234567890"
}

transaction id get at ems-transaction from header

Last updated