channel logout


Ends a channel session on the platform and return a status.

Endpoint: https://koroma.co.za/v1/transact

Payload:

  1. channelid - The channelid assigned at successful authentication
Test/Usage:
  1. Note that, the platform does not require you to send request header information
  2. End a channel session as follows:

 https://koroma.co.za/v1/transact
JSON Request { "channelid": "" } JSON Response { "Status": "CHANNEL_EXITED", "SubmitTimeUtc": "" }
Back to top