Questions tagged [payeezy]

Payeezy is a framework used to accept payments in a mobile app or website. It can be used via a Javascript library or a direct API. Use this tag for any questions regarding the Javascript library or the API.

16 questions
3
votes
0 answers

Payeezy api integration - check events

I am trying to check my payeezy events online using follwoing url and api https://developer.payeezy.com/payeezy-api/apis/get/events I have set apikey and token and generated HMAC key for each time I generate request. But getting following error…
Anupam Sharma
  • 1,529
  • 1
  • 14
  • 33
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
1 answer

How can I impliment Payeezy Recurring base payment in ios?

I want to integrate recurring payment using Payeezy in my iOS app. I have integrated one time payment successfully and it is working fine. how can I achieve this? I have refered this link Thank you
Maulik shah
  • 1,664
  • 1
  • 19
  • 45
1
vote
1 answer

How to get transaction results from payeezy payment gateway to my website - firstdata Payeezy?

I am trying to implement the FirstData - Payeezy payment gateway for card transactions in my website, once the user clicks pay button, the Hosted Checkout page (Payeezy payment gateway is opened). Sample code how I opened the payeezy gateway…
Rittesh P.V
  • 393
  • 1
  • 6
  • 20
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
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
1 answer

HMAC hashing with Base64 encoding with Javascript

I am working with Payeezy API to handle payment on a webapp, their API for purchase requires a HMAC of payload signed using api secret. An excerpt from the docs: Construct the data param by appending the parameters below in the same order as…
mxdi9i7
  • 677
  • 4
  • 13
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 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
1 answer

Payeezy: How to make "pre-authorize" transaction to "tagged-completion" transaction in php

Payeezy payment gateway has been integrated successfully with php. Kept transaction type as "AUTH_ONLY". To make the complete transaction will go to the admin panel and make it as tagged completion as shown in screen shot. Now we want to allow the…
0
votes
1 answer

How to pass total amount with order details in payeezy demo payment gateway

I have integrated payeezy payment gateway for one of my e-commerce site. I can easily pass the order details with price and quantity but not able to pass the total amount for the order details. Here is the code which I am using---->
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
2 answers

FoxPro Payeezy Gateway

I have a desktop application Foxpro 9.0 Executive that needs to connect up to Payeezy and transfer and receive XML data via their API. I have used WinHttpRequest.5.1 to send and receive XML data from UPS Address verification API. But I seem to be…
Uprightguy
  • 28
  • 5
-1
votes
1 answer

what is the best practice to simulate test payments using actual API call in JAVA

I am doing a Payment Transaction using Payeezy, here is my Payment Request Body. { "operation": "Sale", "tender": "CC", "accountNumber": "XXXXXXXXXXXX1881", "accountType": "VISA", "amount": "79", "merchantId": "HOM_EZ", "policyNumber":…
solecoder
  • 191
  • 3
  • 12
-2
votes
1 answer

Payeezy | Payeezy.js sandbox not working , SSL issue

Payeezy | Payeezy.js sandbox not working , showing SSL issue Underlying connection was closed , it works fine in live url How to fix
1
2