Reward Notification
File Transfer
- Publisher will set up S3 File Transfer as detailed here: https://platform.cardlytics.com/publisher-integrations/docs/s3-publisher-file-transfer.
Webhook
- Cardlytics will also provide a Real-Time Messaging (RTM) Webhook to immediately relay Redemption events as they occur. For more details, visit https://platform.cardlytics.com/publisher-integrations/docs/real-time-messaging.
Sample Reward File
{
"redemptionId": "517713527",
"sourceOrganizationId": "AFFINA",
"sourcePortfolioId": "AFFINA-Standard",
"redemptionDate": "2025-03-08T00:00:00.000Z",
"sourceAccountId": "c5f0be70-bb01-4da1-a01c-8d63b1425633",
"sourceCustomerId": "7554b88f-167d-4aed-aaff-8bd01ba8fdcb",
"sourceTransactionIds": [
"b59977fa-7b66-4fde-88c6-89acec5d57cf"
],
"adId": "1000080445",
"rewardId": "84359",
"rewardAmount": "359",
"rewardCurrencyType": "USD",
"isOfferFullyRedeemed": true,
"isReversal": false,
"rewardSettlementProcessDate": "2025-03-11T16:48:52.261Z"
}
Advanced: Real-Time Messaging/Webhook
- The MVP includes a stub endpoint for webhook reward notifications.
- For production, set up as described in CDLX docs.
Updated 2 days ago