Questions tagged [firstdata]

First Data E4 API is global Credit Card transaction API Deals with Purchase 2) Pre-Authorization 3) Refund 4)Void

54 questions
0
votes
0 answers

FirstData WebService giving error

My First data web service code is working fine on local machine. Followed Patricker answer here at stackoverflow Link To Code for WebService .Problem is when I deploy it on server I get error. Am I missing any WebService DLL or dependency because I…
Pirzada
  • 4,685
  • 18
  • 60
  • 113
0
votes
0 answers

Class '\Omnipay\FirstData\Gateway' not found Laravel 8

The error is: Class '\Omnipay\FirstData\Gateway' not found after request Omnipay in laravel php project.
0
votes
0 answers

FirstData - Bad Request (22) - Invalid Credit Card Number

We have used globalgatewaye4 sandbox on our website. It was working fine with old gateway credentials. Yesterday, we have created new gateway credentials and use that in one. After that we got below error response: FirstData Object ( …
Chinmay235
  • 3,236
  • 8
  • 62
  • 93
0
votes
1 answer

How to use first data token in First Data global gateway e4?

I am using first data global gateway web service version 27. I am generating first data token from this site https://developer.payeezy.com/payeezy-api/apis/post/transactions/tokens Now i don't know where to use this token when request to web…
0
votes
1 answer

kCFErrorDomainCFNetwork error in accessing Payeezy Url

I am using Payeezy SDK Integration for first data payeezy github. & Using their method for tokenizing the card : [myClient submitPostFDTokenForCreditCard: credit_card[@"type"] cardHolderName: credit_card[@"cardholdername"]…
Shivam Tripathi
  • 1,405
  • 3
  • 19
  • 37
0
votes
0 answers

Regarding Payeeze payment integration

well iam using payeezy as a payment gateway integration through a single page php script.below is my code 1)index.html

User Payment Page


0
votes
1 answer

what is the difference between firstdata , payeezy, FirstData_Connect, FirstData_Webservice,FirstData_Payeezy

i was searching for first data gateway api and i am stuck with the lots of names. what is the difference between. firstdata payeezy FirstData_Connect FirstData_Webservice FirstData_Payeezy are those all separate gateways. if yes. then do i have to…
cool cool
  • 247
  • 2
  • 12
0
votes
1 answer

How to integrate payment gateway in hybris

I'm newbie to hybris.i want to integrate payment gateway called FirstData with Hybris. What is the procedure to do it. I have heard about cispayment addon, is that the way to do it.If so how to do it, Can someone guide me please. Thank you.
Barath
  • 13
  • 1
  • 6
0
votes
1 answer

How Do I Connect OpenCart To Bank of America Merchant Services with FirstData/PayEezy?

I need to connect OpenCart to Bank of America Merchant Services which uses FirstData/PayEezy: https://merch.bankofamerica.com/global-gateway-e4-features I'm guessing I need an extension for that? Do you know which one?
Volomike
  • 23,743
  • 21
  • 113
  • 209
0
votes
0 answers

firstdata payment gateway Double charging

I have integrated payeezy API for recurring billing. Everything working good. But most of the payments getting double charging. This is the form
VPN
  • 1
  • 4
0
votes
1 answer

Using FirstData with Omnipay

According to the docs, I can submit a form like this (example);
mikelovelyuk
  • 4,042
  • 9
  • 49
  • 95
0
votes
1 answer

How to get First Data JSON response object properties?

I am using the VinceG\FirstDataApi in the First Data demo mode account fairly successfully. That is, I send a simulated credit card payment, and I receive a full JSON object, error=0, approved=1, etc. Within this set is some of the information I…
TARKUS
  • 2,170
  • 5
  • 34
  • 52
0
votes
1 answer

How to invoke the demo url using VinceG php-first-data-api

I am trying to integrate First Data e4 Gateway using PHP. I downloaded the VinceG/php-first-data-api PHP First Data Service API class. The code comes with some examples. I have my Terminal ID (API_LOGIN) and Password (32 character string). What…
TARKUS
  • 2,170
  • 5
  • 34
  • 52
0
votes
0 answers

what should be the timestamp of first data merchant gateway?

i am integrating First Data Merchant Gateway into my website. I've generated the hash value of my price with current timestamp. Now the problem i am having is after sometime i think the hash value of price expire and gateway page giving me the…
Jaiffable
  • 67
  • 1
  • 12
0
votes
2 answers

how to Add new payment gateway like First data payment in paid membership pro plugin of wordpress?

I want to add first data payment gateway in paid membership pro plugin of wordpress. I researched following site:- http://www.paidmembershipspro.com/2013/04/adding-a-new-payment-gateway-option-to-paid-memberships-pro/ it says that "Create a new…
User1988
  • 1,965
  • 4
  • 25
  • 47