Webhooks
{
"type": "$EVENT_NAME",
"reportedAt": "$timestamp",
"subject": "$user.authIdentifier",
"payload": {
...
}
}Last updated
{
"type": "$EVENT_NAME",
"reportedAt": "$timestamp",
"subject": "$user.authIdentifier",
"payload": {
...
}
}Last updated
{
"type": "REGISTERED_ACCOUNT",
"reportedAt": "2025-02-10T19:21:57.423Z",
"subject": "3bfb2ee2-8217-4a1b-3228-08de2df0855c",
"payload": {}
}{
"type": "CASHBACK_REGISTERED",
"reportedAt": "2025-02-10T19:21:57.423Z",
"subject": "3bfb2ee2-8217-4a1b-3228-08de2df0855c",
"payload": {
"amount": 1.15,
"cardId": "ae4949b1-5bfe-423a-46fc-08ddb9a6e1f6",
"status": "earned_pending_settlement",
"offerId": "8d14a9ff-df95-4da6-c2c3-08db608182cd",
"memberId": "b787875a-a9ed-415a-7ed1-08ddb9a4c720",
"brandName": "Example Brand",
"storeName": "Specific Store",
"transactionId": "1df8c688-e26c-46a4-6681-08de1ae5d34e",
"previousStatus": "trigger_accumulating",
"webhookEventType": "reward_status_changed",
"distributedToMemberAmount": 0
}
}