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?
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.
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?
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.
Hi Søren,
Ok, clear. Thank you for reply.
is working on a reply...