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
7
votes
2 answers
First data api certificate creation error in asp.net
I have downloaded the permission file ("1909642928.pem") from the first data website, and put it into the solution folder. While trying to create a certificate file for the application from the permission file ("1909642928.pem") downloaded from…

Sujith S Nair
- 738
- 6
- 20
4
votes
1 answer
Custom tool warnings when using VS2010 service reference
I am trying to get going on using First Data's Global Gateway Web Service API. The first strange thing is that I need to download the wsdl and xsd files to my local machine. Then use the local machine's copy for the service reference. I haven't used…

Mike Wills
- 20,959
- 28
- 93
- 149
3
votes
0 answers
First Data service similar to Paypal IPN?
How do I know when my First Data periodical billings run, were they approved, etc.?
I can't find any notification service, so I am wondering if there's a thing similar to PayPal Instant Payment Notification. Am I missing something?
Thanks.

Ned
- 31
- 1
3
votes
3 answers
Importing First Data certificate into ColdFusion
I've tried to import the certificate from First Data into my ColdFusion 9 setup using the keytool as so:
keytool -importcert -keystore MYCF9Dir\runtime\jre\lib\security\cacerts -trustcacerts -alias firstdata -file FirstData.pem
The import seems to…

DefconRhall
- 293
- 1
- 9
3
votes
0 answers
How to manage pause/resume recurring payments with firstdata payment gateway
We have implemented credit card payment processing with firstdata on PHP website, where user enters credit card details in site itself and does payment. For that we have implemented firstdata payment gateway - https://www.payeezy.com using CURL…

sahil monpara
- 49
- 2
3
votes
1 answer
How to get Payeezy API response from Javascript to PHP file?
Payeezy powered by First Data is payment gateway like PayPal.
And now I want to integrate in my website.
And I have thoroughly gone through
https://developer.payeezy.com/integration and…

Sohel Ahmed Mesaniya
- 3,344
- 1
- 23
- 29
3
votes
1 answer
First Data Payment Gateway Issue
I'm trying to intigrate First data Payment Getway in my site
Config file for FirstData Payment…
user1749185
2
votes
3 answers
First Data Global Gateway
Having some trouble using the First Data Global Gateway Web Service API.
According to the documentation you should be able to download the wsdl and 3 xsd schema files and create a web service reference by pointing to the local wsdl file. After…

Eric
- 21
- 1
- 2
2
votes
0 answers
how to make payments using firstdata - React & node js?
I want to integrate the first data API to my website for card transactions, but I am not able to find the proper documentation to integrate with react and node js.
I have found an npm module, but it seems very…

Rittesh P.V
- 393
- 1
- 6
- 20
2
votes
0 answers
Offsite payment gateway for Spring MVC supporting MENA region
I am currently in the process of integrating a payment gateway to my Spring MVC application (javascript front end) which will accept payments from users mostly in MENA region.
The required process of payment is to sent the user offsite for payments…

Prabhath
- 73
- 8
2
votes
0 answers
Pre-Authorization in Payeezy API
I have been trying to pre-authorize payments using Payeezy gateway, but doesn't seem to work.
Tried with API references, but couldn't locate the token in my response to use further!.
Any help regards Payeezy pre-authorization flow? Thanks in…

G.J
- 477
- 1
- 7
- 22
2
votes
0 answers
First Data API Service reference throws The HTTP request is unauthorized with client authentication scheme 'Anonymous'
I am integrating the API for First Data payment gateway service into my project. Up until about 3 weeks ago, the my integration was working. We rebooted the server and now the integration no longer works.
When publishing my application onto a…

Cody Hicks
- 420
- 9
- 24
2
votes
0 answers
First data gateway id i have but i cant find sample
I tried this for an day,but i can't find the way, i first data payment gateway information (Gateway id,DivisionID,MID) & (Key & Hmac key) and i have the form for amount the was entered then redirect to first payment gateway,but i got error…

Raj Mohan
- 543
- 9
- 25
2
votes
2 answers
Payeezy / Firstdata Invalid signature received
I'm currently developing a site using payeezy/firstdata for payments. It has been quite a hassle integrating because their API docs are kind of weak.
I'm using ColdFusion and a cfhttp request. I've been following this to calculate my content digest…

Nick Bechtold
- 21
- 3
2
votes
1 answer
How to grab Credit Card Type from Payment Gateway in WooCommerce to display on orders page
I use FirstData for my WooCommerce payment processing. When I pull up orders in WooCommerce, it says: "Payment by Credit Card" but it does not tell me what type of credit card. I just need to know if it was Visa, Mastercard, Discover, or AMEX. We…

AZ Slim
- 21
- 2