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
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