Websocket interface
The websocket interface of payment callback
Pre-listen subscript request :
Send in json
{ "action" : "subscript", "merchanKey":"Your-merchant-api-kay" }
Payment callback :
Recive in json :
${body}
Last updated
The websocket interface of payment callback
Pre-listen subscript request :
Send in json
{
"action" : "subscript",
"merchanKey":"Your-merchant-api-kay"
}
Payment callback :
Recive in json : ${body}
Last updated