Webhook
Webhook notification for LIKE pay agent (`via`)
Setup:
Please contact us for setting up the webhook for your agent account. You must set the parameter via
when using LIKE pay to be able to receive notification
Specification:
Transaction Information (tx):
Key | Description |
from | Sender cosmos wallet |
fromId | Sender Liker ID |
to | Receiver cosmos wallet |
toId | Receiver Liker ID |
ts | Originating timestamp |
completeTs | Transaction complete timestamp |
txHash | Transaction hash |
remarks | Transaction remarks/memo |
status | Transaction status, possible values: pending/success/fail/timeout |
type | Transaction type |
amount | Transfer amount |
Transaction Metadata(metadata):
Key | Description |
likePay | Parameters entered when using LIKE pay widget |
toIds | Receiver Liker IDs |
amounts | Receiver LIKE amounts in string |
agentID | The `via` parameter Liker ID |
agentFee | Agent fee if set |
redirectUri | Redirect URI if set |
remarks | LIKE pay transaction remarks |
blocking | if |
state |
|
Example event:
Last updated