• Welcome to KonaKart Community Forum. Please login or sign up.
 

use external payment details

Started by David, December 03, 2007, 04:41:36 pm

Previous topic - Next topic

David

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

ryan

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