KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: David on December 03, 2007, 04:41:36 pm

Title: use external payment details
Post by: David on December 03, 2007, 04:41:36 pm
Hi,

The payment method on my web depends on the customer who is logged in. I need to show in the page of the payment details some information picked up from an external aplication and after that I must save the selected option in the order. ¿is this possible?

regards

david
Title: Re: use external payment details
Post by: ryan on December 03, 2007, 04:51:30 pm
Hi David,

Maybe you can do it with a custom payment module. It can get the customerId from the order and return a response based on that. The order has a paymentMethod attribute which normally contains a string defining the payment gateway used as well as custom fields that can be used to save custom data.

-Ryan