Transaction data
What transaction data do I receive from Fidel? What is the frequency and method of receiving transaction data?
If you are using our ‘Select Product’:
Please see more details on what Transaction data you will receive for each transactions event as well as the transaction lifecycle here: Transctions Docs.
If you are using our ‘Offers as a Service (OaaS)’ product as a Content Provider:
Fidel receive the verified transaction data from OaaS publishers in batch (daily/ weekly/ monthly), we have a defined format and fields which our Publishers send the transaction data as, please see those here: Fidel API OaaS Readme.
You will be able to get transaction reporting on your offers via our Data Analytics tools called Metabase, where you can view but also download reports from. Please connect with your Fidel Business Development Lead on any more details here.
Missing transactions
A cardholder has reported a missing transaction to me, how can I get this investigated?
Please raise a support ticket by contacting either of the below:
- Email support@fidel.uk
- Raise a raise request at Zendesk
Please use below template:
1234567891011Hi Fidel team, can you please find the MID for the following transaction: Location ID: Card ID: Transaction amount (with tip, don’t include currency symbol): Transaction date (without time - YYYY-MM-DD): Card scheme/network (visa, mastercard, amex): Many thanks, XXX
Refunds/ Reversals
How does Fidel share refunded/ reversed transactions?
Please see more information on refunds here: Fidel API - Refund
How do I calculate how much cashback/reward to debit from the cardholder in the event of a partial refund?
In many scenarios a reward is calculated based on a pre-determined percentage against the sale value.
Whilst we can track refunds and communicate these events (through the transaction.refund
/transaction.refund.qualified
webhook events) which includes the originalTransactionId
(Fidel API - Refund), Fidel won’t know if a refund event shared with you was a ‘partial’ refund, however you will receive the originalTransactionId
as part of the refund, which is the reference to the original transaction.
You will also receive (amongst others) the below data points:
Card ID (The user who made the refund)
Amount
Merchant
Date
Cashback Amount (null as transaction is NOT qualified)
Offer ID
This information allows you to call the cardholders transaction history within their own database.
In order for you to calculate the cashback value from the refund based on the offer id, you can use our Offer API. More specifically, you can use this endpoint in order to retrieve the value.
Only clearing or auth received
Why has a transaction only been tracked in clearing or vice versa?
There are a number of reasons why this may occur but some typical reasons are as follows:
Some acquirers will provide different MIDs for either/or the clearing and auth event of a transaction. Potentially one of these MIDs has been missed, if that is the case Fidel would not be able to track the relevant event;
Transaction was performed at a ‘Shared MID’, please see more on this here: Locations FAQ
Particularly in the case of auth, some retailers forgo this event completely as these events come at cost;
Transaction was a ‘offline’ transaction and hence only the clearing was passed by the card network;
Transaction was performed on a ‘co-badge’ card and processed on a domestic scheme.
‘Offline’ transaction:
Offline card payments transactions refer to when a customer uses their credit or debit card to make a purchase, but the transaction is not immediately authorized by the Issuer(Bank). Instead, the transaction is processed through a clearing system, where the merchant sends the transaction details to the bank for approval and settlement at a later time.
The reason there isn't an immediate authorization for offline transactions is because they typically occur in situations where the card cannot be verified in real-time, such as when the card reader is not connected to the internet (such as on planes, or on trains etc.). In these cases, the transaction is processed offline and the authorization is obtained through a clearing process later on. This allows the transaction to still go through even without immediate verification.
It could also be that the merchant has an agreed ‘floor-limit’, which is the maximum amount that a merchant will allow for offline transactions to be processed without requiring authorization from the card issuer. This is typically set by the merchant's acquiring bank and is meant to reduce the risk of fraud and chargebacks but also to reduce queuing or waiting time to process time (i.e. at Coffee shops, train ticket vendors/ vending machines etc.).
For example, if a merchant has a floor limit of $50, any offline transaction below that amount can be processed without needing to contact the card issuer for authorization.
Co-badge card transactions:
When a transaction is processed on a domestic scheme, such as a co-badge card transaction, it means that the transaction is being processed through a local payment network (i.e. UAESWITCH, Giro etc.) rather than a global card network like Visa or Mastercard. In these cases, the transaction may not require authorization from the card network because it is being processed within the same country or region where the card was issued.
However, even though the transaction may not require authorization from the card network, it will still go through a clearing.
So, while co-badge card transactions may not require authorization from the card network, they will still go through a clearing.
Apple Pay/Google pay transactions
Can Fidel track transactions made through a digital wallet such as Google Pay or Apple Pay?
Fidel can track spend through digital wallets as long as the full PAN from the front of the card is enrolled. This is particularly important to note here as a digital wallet will tokenize the card number as a security measure and this is usually accessible to the cardholder.
If the cardholder were to enrol the virtual PAN (PAR), then Fidel would not be able to track that person’s spend. The onus is on the client to manage the messaging to their users around this topic.
VOIDs
Does Fidel track VOIDs?
- Amex - No.
- Mastercard - Yes. Mastercard sends files periodically with VOIDs.
- Visa - Yes. It is sent in the same way of normal refunds.
For the supported networks, Fidel sends the VOID to the publisher through the normal refund webhook so that publishers can then decide which process and business logic should be in place on their end.