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

Thread: Payment 3th interface

  1. #1
    droren is offline Junior Member
    Join Date
    Nov 2009
    Posts
    3

    Default Payment 3th interface

    Hi,
    When the user wants to pay by credit card, I would like to show him an Iframe of my payment provider. What I want to do is when the user complete the transaction, I want to inform the ASPDNSFRNT about the new order (with the trasc id )
    I Know how to change the page to my payment providor when the user choose the credit card option, what I'm not sure is how and to which page to transfer the user after the transaction completed (and also to insert the new order)

    Thanks

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

    Default

    It's going to depend on the payment provider and their API. With most of the boomerang gateways we support, each provider has their own return page which performs the order completion logic. Usually the APIs support the passing over of a return URL and then when everything is completed the user is returned there. You should probably create your own page and implement the logic to finalize the order, then pass that over to your provider as long as that is something they support.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>