I am following the steps found at GitHub - ElementPS/HostedPayments.CSharp to perform a transaction. When I send request to Express API, I receive a status 200 ok, but the response is HTML instead of XML.What am I doing wrong?
I am following the steps found at GitHub - ElementPS/HostedPayments.CSharp to perform a transaction. When I send request to Express API, I receive a status 200 ok, but the response is HTML instead of XML.What am I doing wrong?
Here is the response.
I found my answer. I needed to send the request to https://certtransaction.elementexpress.com instead of https://certtransaction.hostedpayments.com.
Rich
Can you post the response?