- Did you mean
- send
Forum topic Setting up access to Payeezy sandbox?
General Discussion I have read the documentation and I see I need the following.. 1) apiKey 2) token For your sandbox environment, is the apiKey and token the following (these are listed in the documentation)? 1) apiKey = y6pWAJNyJyjGv66IsVuWnklkKUPFbb0a ...
Forum topic HMAC Validation Failure
General Discussion i am getting HMAC validation failure message on each transaction. I have generated the hmac from both js code and C# code but both cases fails. Please help. My code var payload = new {merchant_ref = "Astonishing-Sale", transac ...
Forum topic Required info for eCheck API request
Payments Help with the sandbox request payload I've noticed that the response will appear successful (it will have 'transaction_status: approved') even with some of the "required" information missing. If I send: {"method" ...
Forum topic unauthorized request. bad or missing credentials
Payments Help We had the globalgatewaye4 api working fine till 28 March for both demo and live credentials but since then https://api.globalgatewaye4.firstdata.com/transaction/ and https://api.demo.globalgatewaye4.firstdata.com/transaction/ is not working ...
Forum topic 404 Error
Integration Been working to get PayEezy integrated into our application. If I do not send an Authorization string in the header I get a proper response package back saying "HMAC validation Failure". This I expect. When I do send an Authorization ...
Forum topic Payeezy Ruby Gem Giving me 401 Unauthorized
Integration I cannot seem to run a test transaction with the Payeezy ruby gem. I also tried without the gem and it isn't working. Below is my code, which is basically derived from the tests in the gem repo. require 'payeezy' def primary_tx_ ...
Forum topic Customer Reference Field
General Discussion Not seeing this in the online documentation. What is the name of the Customer Reference field? I'm assuming that this is an optional field, similar to "merchant_ref" that gets put in the Payload section. ...
Forum topic Integrate Payeezy into a wordpress theme
Payments Help Hello, I have a registration form in my WordPress site. I want there to take registration frees during registration through Payeezy. Is is possible? If so, then please guide me then. Thanks, ...
Forum topic Zipcode Verification
Fraud & Security Related I am integrating payeezy with PHP. I am thinking if exists any method to do a billing verification with zipcode before do a purchase method? Thanks ...
General Discussion transaction_tag: string----Needed as part of the payload to process secondary transactions like capture/void/refund/recurring/split- shipment. Ex:27584714. The above was listed as part of the response structure that we get in response o ...