Reference
LIKE pay web widget API Reference
Introduction
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.
Formatting the widget URL
Base URL
Testnet: https://testnet.like.co/in/widget/pay
Production: https://like.co/in/widget/pay
Input Params
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 |
Output Params
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 |
remarks | remarks passed as input params |
Transaction query API
Cosmos LCD: https://api.like.co/cosmos/lcd/txs/${txHash}
like.co API: https://api.like.co/tx/id/${txHash}
Example Link
Following links are in testnet.
Redirect result:
Tx Status Query
Last updated