How can i go about extending the worldpay payment provider to include additional information?
We have a client who wishes to charge customers in multiple currencies to avoid the bank's handling fee. WorldPay supports this but needs additional information to decide which account to charge customers through.
Also it would be nice to pass worldpay basic information such as name and email address so the customer doesn't need to fill that in.
Turns out we needed to completely implement out own payment provider to pass the correct information to wolrdpay and add extra fields to the config file.
Extending WorldPay Payment Provider
Hi,
How can i go about extending the worldpay payment provider to include additional information?
We have a client who wishes to charge customers in multiple currencies to avoid the bank's handling fee. WorldPay supports this but needs additional information to decide which account to charge customers through.
Also it would be nice to pass worldpay basic information such as name and email address so the customer doesn't need to fill that in.
Thanks for any help,
Matt
Turns out we needed to completely implement out own payment provider to pass the correct information to wolrdpay and add extra fields to the config file.
is working on a reply...