ISCN Widget Reference

ISCN web widget API Reference

Formatting the widget URL

Base URL

Testnet: https://testnet.like.co/in/widget/iscn

Production: https://like.co/in/widget/iscn

Input Params

Output Params

PostMessage format

if opener and redirect_uri is set, the widget would fire a postMessage to redirect_uri 's origin.

const message = JSON.stringify({
  action: 'ISCN_SUBMITTED',
  data: {
    tx_hash,
    error,
    state,
    success,
  },
});
this.windowOpener.postMessage(message, this.redirectOrigin);
window.close();

Following links are in testnet.

Tx Status Query:

Last updated