First Data E4 API is global Credit Card transaction API Deals with Purchase 2) Pre-Authorization 3) Refund 4)Void
Questions tagged [firstdata]
54 questions
2
votes
0 answers
Is it possible to integrate first data payment integration in phonegap?
I'm currently developing a phongap application in iOS with payment processs. For that payment process i have integrated Paypal payment gateway. Now my requirement is payment with firstData. I don't know if any SDK is available for this, also what…

MaheThiru
- 137
- 9
2
votes
1 answer
What's the best way to integrate recurring payments on FirstData GGE4?
After much trial and error I got my RSForms Pro Registration form to process payments through the GGE4 Web Services API. Now I need to use the TransArmor Token and Expiration date to automatically bill website subscribers.
I'm thinking some kind of…

DefenseDesigns
- 21
- 3
2
votes
4 answers
First data payment gateway integration soap fault error
Hi I am trying to integrate First data payment gateway integration in soap request method using php. I have downloaded the working sample code from first data but when i am trying to submit a payment with the sample code they gave it is throwing me…

Syed Sehu Mujammil A
- 875
- 2
- 9
- 21
1
vote
2 answers
Coldfusion - Firstdata Global Gateway - Need help getting started
I’m using Coldfusion 9,0,0,251028 on Windows 7 64-bit.
I'm trying to change credit card processors for a website. I've read the integration guide for the Web Service API v 4.0, but it doesn't give me much in the way of how I integrate with…

Barrett Chamberlain
- 119
- 1
- 2
- 16
1
vote
4 answers
first data global gateway API Integration gives error
I have compiled a simple ASP.NET project to test first data global gateway API Integration.
Someone tell me what to do because I have tried everything.
It throws the ERROR if I use ASP.NET Development server:
Unable to load certificate …

Pirzada
- 4,685
- 18
- 60
- 113
1
vote
3 answers
First Data Gateway Question
We are currently running Linkpoint gateway on a server 2000. We are trying to make the transition to a server 2008 x64.
We have these files so far.
LpiCom_6_0.dll
LinkPointTransaction.dll
Interop.LPICOM_6_OLib.dll
We have installed OpenSSL.
Can…

chris
- 21
- 4
1
vote
2 answers
first data global gateway API - invalid XML problem
i am implementing the First Data Global Gateway API into a Java E-Commerce Web application. The problem that i have is that I get an error message
SGS-020003: Invalid XML
returned from the staging.linkpt.net server. By switching the optional…

B.Georg
- 11
- 2
1
vote
0 answers
Firstdata pAyment integration
i have downloaded the code from firstdata site and trying to implement,
class SoapClientHMAC extends SoapClient {
public function __doRequest($request, $location, $action, $version, $one_way = NULL) {
global $context;
…

Raman
- 624
- 5
- 13
1
vote
0 answers
First Data Zero Dollar pre-authorization as credit card verification
Currently I have working Fosdick payment gateway (they are fulfillment place as well), but it looks like they do not authorize (or verify credit card up front) but do only simple CC checksum so it crates situations when orders were placed and…

JackTheKnife
- 3,795
- 8
- 57
- 117
1
vote
2 answers
First Data Patament Gateway- No option to download 'digital certificate' (.PEM) file in Download Center
I am trying to integrate First Data payment gateway in my PHP project, i have created a First Data Global Gateway Web Service API TEST ACCOUNT, It's configuaration needs a digital certificate (.pem), In all documentation, it is clearly mention the…

Saritha
- 1,947
- 5
- 18
- 24
1
vote
2 answers
How to get response in First Data Payment Gateway Implementation
I am trying to implement First Data Payment Gateway in my asp.net website.
I have done all things, now I can redirect to https://checkout.globalgatewaye4.firstdata.com/payment and Payment is done but then FirstData is redirecting to my site on…

Sachin
- 2,152
- 1
- 21
- 43
1
vote
1 answer
First Data Telecheck (ICA) integration
I am working on integration Firstdata telecheck to my shopping cart. I have a staging account for Credit card processing and I have use the same for telecheck processing.
Response I am getting is:
SGS-020019: Not authorized to do this type of…

Taran
- 139
- 5
1
vote
0 answers
244 Invalid Encryption Format Fix Invalid encryption flag. Data is Inaccurate
So I am facing this error when execute request to FirstData.com.
244 Invalid Encryption Format Fix Invalid encryption flag. Data is
Inaccurate.
E4.ServiceSoapClient ws = new E4.ServiceSoapClient();
E4.Transaction txn = new E4.Transaction();
…

NoWar
- 36,338
- 80
- 323
- 498
1
vote
1 answer
the HTTP request is unauthorized with client authentication scheme 'Anonymous'
I use firstdata webservice API. I use C# client call firstdata webservice API with WCF.
But Shows Error Message:
"System.ServiceModel.Security.MessageSecurityException: The HTTP request is unauthorized with client
authentication scheme…

user1246429
- 11
- 1
- 3
0
votes
1 answer
first data global gateway api gives unpredictable information
I have created a test accout on first data global gate wayand used their api in my webapplication (C# and .net). but there is a problem that it shows unpredictable behaviour. sometimes it accepted wrong credit card numbers but sometime if I give…

user644194
- 77
- 1
- 12