Using creditcard with Commerce Portal

Cyber-JediCyber-Jedi Member Posts: 25
edited 2006-04-26 in Navision e-Commerce
Does anyone know what banking companies that offers credicard payment services that could be connected to Commerce Portal?

Comments

  • Soft_TodSoft_Tod Member Posts: 43
    Hi.

    As far as I know isn't any specific bank required. The functionality in Commerce Portal is simply a check of valid data which is done with an algorithm. No check of limit, no check of withdrawn, no ch...

    You would of course wish that online functionality is already implemented in a Web Shop but nope... I guess you have to check with the banks if they offer (mostly through a COM+ control) a service you can connect to.

    Lycka till...
    It is impossible to make anything foolproof, because fools are so ingenious.
  • meymermeymer Member Posts: 7
    Cyber-Jedi wrote:
    Does anyone know what banking companies that offers credicard payment services that could be connected to Commerce Portal?

    Hi,

    if you want to integrate secure payment processing in the order process of NAV CP, you have to remeber the following things:

    1. For credit card processing you need an aquirer (normally any banking company)
    2. For secure payment transactions over the internet you need a payment provider (in Germany i.e. TeleCash or iPayment, ...) Your Site must exchange payment transaction data over a secure channel (SSL) with the payment provider

    --> This two points must be cleared wether you use NAV CP or any other eCommerce Plattform

    --> The next Points are a little more special for MSCS2002 and NAV CP

    3. You do not need to use the Pipelining Components from MSCS2002, otherwise you have to code specific COM+ Components that work with MSCS Pipelines

    4. Be aware of the way NAV CP/MSCS2002 handles Session State for the User. Normally this ist done thru Session Cookies, so you have to checkout the solutions from the payment provider. Not all Solutions will work fine. I prefer to exchange data with the payment provider over a webservice with XML HttpRequest in a server side ASP-script, this is a little more coding in vb script for you, but you wont loose the users session.

    5. Dont forget to make the page secure, where the User fills in the credit card data. Use SSL

    6. Dont forget that a processed order from NAV CP will stay in NAV as an order, but not as a posted invoice. You have to handle this on your own.

    Regards,

    Marco
Sign In or Register to comment.