Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 6 of 6

Thread: CyberSource Token

  1. #1
    hybridGik is offline Member
    Join Date
    Aug 2006
    Posts
    31

    Default CyberSource Token

    Hi,

    On which table does the CyberSource Token is being saved?

    Thanks in advance!

  2. #2
    hybridGik is offline Member
    Join Date
    Aug 2006
    Posts
    31

    Default

    is there a table for payment transactions?

  3. #3
    ASPDNSF Staff - Jon's Avatar
    ASPDNSF Staff - Jon is offline Senior Member
    Join Date
    Sep 2004
    Posts
    11,419

    Default

    The results of the payment transactions are stored in the Orders table, along with the order "header" information.

    I'm not seeing where the requestToken within the ReplyMessage is saved anywhere. It's definitely available within the Replymessage object, but doesn't appear to be needed for future voids, refunds, or captures.
    Jon Wolthuis

  4. #4
    hybridGik is offline Member
    Join Date
    Aug 2006
    Posts
    31

    Default

    you're absolutely right. I checked the CS api manual about this and requestToken is optional.

    thanks jwolthuis

  5. #5
    sduffy77 is offline Senior Member
    Join Date
    Feb 2010
    Location
    Lancaster, PA
    Posts
    142

    Default

    Quote Originally Posted by hybridGik View Post
    you're absolutely right. I checked the CS api manual about this and requestToken is optional.

    thanks jwolthuis
    Can someone direct me to this CS api manual that states this isn't required?

  6. #6
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    According to this PDF, Cybersource is requiring the token for new integrations developed moving forward, but "If you have already implemented the token with service-specific request field names, you do not need to make further changes."