Redemption Feed

Abstract

This document describes the structure and delivery of the Redemption Feed, a data file provided by CDLX to partners. The feed contains anonymized transaction records with details such as transaction ID, cardholder ID, merchant and offer identifiers, store information, merchant name, card type, card last four digits (if available), transaction amount, and transaction timestamp. All fields are required except for card type and last four digits, which are included if available. CDLX uploads the Redemption Feed files hourly, and partners retrieve them via SFTP.

Redemption Feed

Field NameData TypeNullableNote
transaction_idStringNoUnique transaction ID, anonymized and obfuscated on CDLX side per Partner
cardholder_idStringNoUnique cardholder ID, anonymized and obfuscated on CDLX side per Partner
partner_merchant_idStringNoPartner provided merchant identifier
partner_offer_idStringNoPartner provided offer identifier
partner_store_idStringNoPartner provided store identifier
partner_merchant_nameStringNoPartner provided merchant name
card_typeString (Visa, Mastercard)YesCard Network (if available)
card_last_fourStringYesThe cardholder’s last 4 digits of the card (if available)
transaction_amountNumberNoTransaction amount
transaction_timestampString (ISO 8601 format)NoTransaction timestamp (when the transaction occurred)

Note the following:

  • CDLX will upload this file on an hourly cadence.
  • Partners will use SFTP to pull these files.

What’s Next