Hi,
I am from from Merchant development team which Integrated the Payeezy gateway several years ago. Recently Payeezy migrated to Clover and Merchant Development team was not aware of the migration. Now we must migrate our code to Clover and it’s a High Priority.
Little background on Existing Payeezy Integration Design on our website:
Step 1: Customer add orders to our internal shopping cart.
Step 2: Proceed to our custom internal payment form where customer will enter with Name, Address and Card details
Step 3: Confirm Payment, On this event using server call we do webrequest to Payeezy API and get the webresponse (REST API endpoint with HMAC KEY)
Step 4: We will show our own custom success page
We do the above with out any external redirects and server to server communications.
We tried doing the same with Clover EcommerceAPI, created Sandbox account. But we are stuck at getting authorization code before getting access token, we tried using the following link https://sandbox.dev.clover.com/oauth/authorize but when reading response we are getting HTML with no help. We are using httpclient using .NET framework.
Our PCI compliant website is there for several years and our design idea is we dont want to users to redirect to clover and comeback and lost the session which contains user and card info.
How to Handle This, Any ideas would be greatly helpful?
Thanks
VJ