First Data Global Gateway

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
wiley genium huh.

recalls from the data how to days, huh girl.

well, we got what you need.   hahah.
kidding, happy days.

vagarity listeds, equals codeplex insight to instructions sets .. then foray basic and premier integration sets involving the front return api generated FD page.  and no we are not out to harm.   it deserves that primer .. yet it should be devoted. /.

nopcommerce has some very explicit disclaimers, and accountability policies, as do we.. and as fair ecommerce vets, so do you.  //.

lets get us in HUH.  

pacman on the about us page, live.
ducademag.com/dn-catalog *

NB_  ducadestudios(c)|2010USA
13 years ago
are you using IIs windows, or linux.  if so, a basic patch detailing, would be v welcome.  //.

aclstamp(C)2010 | US A.
13 years ago
hello naimul usa,

can you, outline :

> return welcome payment type page .. process.
> pem, key certificate, mcc installing.  for net windows servers.
> asp .net  or o'er applicable,  compiling to gateway functionability.


a short term solution,  and thank you again , both, for your sunday time.

aclstamp(C)2010USA.
13 years ago
Tangopdx wrote:

I have it compiled correctly after many trial and errors.  Almost all of them due to VS 2010.  FirsData gave us access to their test gateway, and we downloaded the pem file from their site.

It's working fine, and I've not experienced any problems on Arvixe with any openssl issue.  At least not with their test server.

I think where everyone (and I ) are having problems is the difference in adding a reference in the main project, and a reference to the project IN THE STORE.  Step 3 above was what was eluding me.

wait wait wait wait... :) you have it working on Arvixe?  I still can't get it to work.  Maybe next week, I'll get with you on what could be different between your implementation and mine.
13 years ago
esutter wrote:

I have it compiled correctly after many trial and errors.  Almost all of them due to VS 2010.  FirsData gave us access to their test gateway, and we downloaded the pem file from their site.

It's working fine, and I've not experienced any problems on Arvixe with any openssl issue.  At least not with their test server.

I think where everyone (and I ) are having problems is the difference in adding a reference in the main project, and a reference to the project IN THE STORE.  Step 3 above was what was eluding me.



wait wait wait wait... :) you have it working on Arvixe?  I still can't get it to work.  Maybe next week, I'll get with you on what could be different between your implementation and mine.


What part isn't working for you?  Is your site already running an SSL certificate?
13 years ago
Tangopdx wrote:
What part isn't working for you?  Is your site already running an SSL certificate?
It won't talk with FirstData.

No, I don't have SSL installed yet, maybe that's the problem.  It works in "localhost" with no SSL, I wonder if the wrappers are taking that into account.
13 years ago
hi, this VS 2010 use stage.

where are the payment groups, rather than the payment folders.
this of and for, the nop.payment.**** folder and elements.

if we can get that simple part, and the lead return pages in, we can help guide others.

standing by.

aclstamp(c)2010
13 years ago
Temporary location for 1.8 documentation ( pdf format)
http://tinyurl.com/299n9l5
13 years ago
so very close.  just cannot find the payment group.   as the image, on the store database.

is it in VisualStudio 2010?  If so,  where can i find it, considering a ftp web store linkage.

thank you very much.
13 years ago
Ok, here we go.

I know people are going to offer input, and I welcome that, but rater than wind up with 15 messages all saying something different on how to do this, I'd like to refine this message with your input to have one focal place for people to absorb how to do it.

...Begin version 1.2 July 24 2011

You must be using nopcommerce with source!

Extract Nopcommerce source rar to a directory.  My paths here will be in relation to \ or root of that folder that you installed/un-rared to.

Extract Firsdata rar file to the same directory.  This will give you a nopcommerce_firsdata_1.8 directory.

Copy the FOLDER \NopCommerce_FirstData_1.8\Nop.Payment.FirstData to the  \Payment folder.  You will see  
other folders named similarly.

Copy the FOLDER \NopCommerce_FirstData_1.8\NopCommerceStore\Templates\Payment\FirstData to \NopCommerceStore\Templates\Payment. You will see other folders of payment providers.


Copy another Firsdata FOLDER in \NopCommerce_FirstData_1.8\NopCommerceStore\Administration\Payment to  
\NopCommerceStore\Administration\Payment.  You will see other folders of payment providers.

Copy the 3 DLL files in \NopCommerce_FirstData_1.8\NopCommerceStore\Bin to \NopCommerceStore\bin.

Open the nopcommerce.sln (solution file) in the \ directory in visual studio.

In the "solution explorer" (one of your small windows) you will see about 7 directories including the "NopCommerceStore".  One of those 7 directories is "payment" (NOT the one below NopCommerceStore).  Right click on it and selct add > existing project. Open the  \payment\nop.payment.firsdata\nop.payment.firsdata.csprj.  This will add it to the rest of the payment providers.

First gotcha I had.  Click the + next to the newly added Nop.Payment.FirsrData project and also next to  the "references" below that. You may see that two have errored.  Right click on the "references" just above these  
and select "add reference", then select the browse tab in the file dialog and go to the \nopcommercestore\bin directory  
and select one of the missing dlls shewn by the yellow triangle in the projects references list.  Do this for both and it should remove the yellow triangle.


In the solution explorer expand the NopCommerceStore (it may be in bold and one of the seven folders)  
tree and right click on the "references" and click "add reference".  This will open a dialog which needs to be on the "projects" tab.  Scroll down to the nop.payment.firsdata, select it, and click OK.

In the solution explorer under NopCommerceStore > references, you should now have "nop.payment.FirstData"

Next gotcha" that I experienced.  Under NopCommerceStore in the solution explorer, in the "templates\payment"  
folder, there was no folder for FirstData even though we copied it there previously.  Other payment providers were  
there.  At the top of the solution explorer window there is an icon "show all files" click this and you'll now be  
able to see what appears as an empty folder.  Right click on it and select "include in project".

After that you "should" be able to get a good compile.

I'll add to this as reports come back from people as I know it will need to be refined.

Caution!  Remember when you upload to your website to be careful that you don't overwrite stuff you may not want

to. I'd suggest an FTP solution that updates both local and remote files as needed.  VS2010 "copy web site" is a

joke, and presents data to the developer that seems to be based on mood and whim.  I've had it tell me remote

directories are not there, and remote files had been deleted.  Neither was true
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.