Hey all,
We are beginning the process of adding hosted payments to TNEW. We've noticed that in standard reporting for payments, it only shows the generic payment method for hosted payments. It does not tell us what type of card was used (even though the card type is selected when the card is saved to the account - like Visa for example). Has anyone made any reporting for settlements that will show the actual type of card used versus the generic card type? We really need this for Broadway tours so anyone who is Broadway tour house who has this reporting would be awesome. We are WorldPay clients.
- Chris
Christopher Cuhel said:It does not tell us what type of card was used (even though the card type is selected when the card is saved to the account - like Visa for example).
Is the card number masked as usual in T_PAYMENT_GATEWAY_ACTIVITY, e.g. "411111XXXXX1111"? If yes, that first digit is a possible source for card type.
After switching to hosted payments in Test...we no longer see the beginning part of the credit card mask. We only see the last four digits. Are we supposed to be able to see the credit card masking that was pre-hosted payment setup?
Christopher Cuhel said:After switching to hosted payments in Test...we no longer see the beginning part of the credit card
Not sure where you're seeing that. Do you or someone else at your org have SSMS access to your database? If yes, have a look at the database table I mentioned above.
If no, as per Michael below, sounds like a standard report and/or other code is in the queue to be updated to resolve this, perhaps by reading that first character as mentioned above.