In my project I use Cybersource (a credit card processing service). I need a way to get the user card information (especially credit card number), considering that in database I store only the orderID and the transactionCode for a payment. Is there a method in CyberSource that return this info?
Thanks.