Reference
LIKE pay web widget API Reference
While this feature is being used in production by our partners, many of the configurations needed are not made public accessible yet.Do contact us if you are interested.
Query String | Description |
to | Target Liker ID |
amount | amount of LIKE token to be given to target Liker ID |
via | (optional) Liker ID of agent/platform |
fee | (optional) extra LIKE token paid to agent/platform as fee |
remarks | (optional) public remarks to be written onto LikeCoin chain |
state | (optional) local state to be passed back after payment success, used for data/security purpose |
redirect_uri | (optional) redirect user to uri after payment success/failed |
blocking | (optional) default false, wait until payment is confirmed before redirecting |
Query String | Description |
tx_hash | transaction hash of resulting payment, verify status using transaction status query API |
state | locale state that was passed as input, used for data/security purpose |
error | set if any catchable error occur |
success | only if blocking is set, return true if transaction success |
remarks | remarks passed as input params |
Cosmos LCD:
https://api.like.co/cosmos/lcd/txs/${txHash}
like.co API:
https://api.like.co/tx/id/${txHash}
Following links are in testnet.
Last modified 9mo ago