Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Vladan Ostojic 94 posts 210 karma points
    Jan 13, 2011 @ 10:29
    Vladan Ostojic
    0

    Credit Card details in RbsWorldPay payment provider

    Hello Support,

    We are planning to use RbsWorldPay payment provider for an UCommerce based webshop. Actually my question is not related only to RbsWorldPay but also to other payment providers with credit cards support. Is it possible to configure UCommerce is such way that customer who buy stuff on our website supplies credit card details directly on our website and that we forward credit card details to UCommerce? So the customer wouldn't see RbsWorldPay anywhere (so no redirect to RbsWorldPay).

    All other things related with webshop (products, ordering, setting up billing and shipping address etc...) is already implemented but we stucked with setting up payment details for PurchaseOrder. As I see, none of the API classes/methods are supporting setting up credit card details (credit card type, number, issue & expiration date, holder, cvv2) so I'm affraid that this is not supported at all by UCommerce?

     

  • Søren Spelling Lund 1797 posts 2786 karma points
    Jan 13, 2011 @ 13:34
    Søren Spelling Lund
    1

    The out of the box payment providers all work on the same principle: All credit card information is handled solely at the payment gateway itself. This is achieved by redirecting the customer to a page on the payment gateway, which in turn passes the customer back once the payment is complete.

    Many of the payment gateways support customizing the look and feel of the payment processing pages and I seem to recall that RBS WorldPay is among the better at supporting this. It might be just what you need.

    If you never want the customer to leave your site you can certainly do an API integration with RBS WorldPay. The process is detailed in Integrating uCommerce with a Payment Provider.

    When you read the documentation please notice that the PaymentRequest carries an AdditionProperties dictionary, which you can use to pass required information like credit card number, cvv2, etc. from your page to the payment provider.

    Hope this helps.

  • Vladan Ostojic 94 posts 210 karma points
    Jan 13, 2011 @ 13:41
    Vladan Ostojic
    0

    Hi Søren,

    Ok, clear. Thank you for reply.

     

Please Sign in or register to post replies

Write your reply to:

Draft