Zen Cart Logo
Forums / Addon Payment Modules / Multi Merchant Accounts

Multi Merchant Accounts

Locked

Views: 1,078

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
23 Aug 2010, 9:26 PM
#1
thecanuck avatar

thecanuck

New Zenner

Join Date:
Aug 2010
Posts:
3
Plugin Contributions:
0

Multi Merchant Accounts

hello, I am facing the following problem. I would like to process credit cards in both canadian and us dollars. I have merchant accounts for each currency. As far as I understand, the payment info submission is handled by "before_process()" function for each credit card modules. Right before the function is called, I need to check what currency and credit card type (Visa, MC) are used to pass appropriate merchant credentials.

I would really appreciate if someone point me to the place where the function is called and how to write this If..Then block in PHP.

thank you in advance!

24 Aug 2010, 1:28 PM
#2
thecanuck avatar

thecanuck

New Zenner

Join Date:
Aug 2010
Posts:
3
Plugin Contributions:
0

Re: Multi Merchant Accounts

Oh, and I am using Zen Cart v1.3.9e. I would appreciate any help.

24 Aug 2010, 6:21 PM
#3
thecanuck avatar

thecanuck

New Zenner

Join Date:
Aug 2010
Posts:
3
Plugin Contributions:
0

Re: Multi Merchant Accounts

Help...anyone...please? It seems like a trivial issue for Zen Cart gurus...

25 Aug 2010, 4:47 PM
#4
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Multi Merchant Accounts

There is code in the beanstream and paymentech addon modules that does that sort of thing. Perhaps you can find inspiration from that to suit your needs with your own site.