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 5 of 5

Thread: How to capture funds with WSI

  1. #1
    dirose4 is offline Junior Member
    Join Date
    May 2009
    Location
    Philadelphia
    Posts
    2

    Default How to capture funds with WSI

    I understand that I can capture funds through WSI. Does this occur by simply updating the updating the TransactionState column in the Order table? If not, what command to I use?

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    No, it is not just that.

    Try this:
    Code:
    <AspDotNetStorefrontImport Verbose="false"><OrderManagement
    OrderNumber="100007" Action="Capture" /></AspDotNetStorefrontImport>

  3. #3
    mbertulli is offline Senior Member
    Join Date
    Aug 2008
    Posts
    243

    Default

    Alfred,

    We are thinking of doing this for an ERP integration.

    So according to this an order can be authorized (AUTH) upon creation in AspDotNetStoreFront and then once the order is fulfilled by the ERP we can do a WSI update like your example to actually CAPTURE the funds via the Gateway?

    That make sense?

    Thanks!
    Matthew Bertulli
    Demac Media
    mbertulli@demacmedia.com
    Custom Web Design & E-Commerce Development
    AspDotNetStoreFront Platinum DevNet Partner
    ----

    Custom Skinning & Design
    Web Services Integration
    Custom Reporting
    Salesforce.com eCommerce AspDotNetStoreFront Integration

  4. #4
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Yes absolutely. Executing that statement through WSI is just like clicking the Capture button in AspDotNetStorefront admin in the order management section.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>

  5. #5
    ssgumby is offline Senior Member
    Join Date
    Feb 2009
    Posts
    683

    Default

    This is excellent information. I have written a low-end packing system that will help validate the orders being packed are accurate. This system will also print my Fedex labels ... with this WSI call I can capture funds at the time labels are printed. This will be a HUGE timesaver to how we capture now (manually through authorize.net)!