Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 307 Bytes

File metadata and controls

20 lines (14 loc) · 307 Bytes
description The websocket interface of payment callback

Websocket interface

  • Pre-listen subscript request :

    • Send in json
    {
       "action" : "subscript",
       "merchanKey":"Your-merchant-api-kay" 
    }
  • Payment callback :

    • Recive in json : ${body}