General Discussion Hi, I'm trying to test gift card transactions. With the current API in sandbox there is no way (that I can see) to create a gift card. I can only perform transactions with the default card provided which has a balance of 0. This li ...


General Discussion I noticed this morning both GET and POST token requests are receiving internal_server_error's. Even the sandbox's examples are failing on your site. Is there an issue? Let me know if you'd like examples, but the easiest w ...


Forum topic What is webhook URL?

General Discussion Hi, What is webhook url?Why is mandatory? What it consists of? Even it's more helpful if you provide some working flow. Thanks, Vimal M ...


Integration Hello, After calling the post method after generating token, I am getting following error => org.springframework.web.client.HttpClientErrorException: 403 Forbidden Please guide me to solve this error. Thanks. ...


Integration Does anyone have an example on how to create a HMAC code using C#? public static string CreateHMAC(string apiKey, string apiSecret, string token, string payload) {string randomNumber = "1"; string timestamp = DateTime.Now.Millisecond ...


Integration i have implemented the sample code but when i click the any button of the ui app forcefully crash and show the that type of error. 08-14 17:11:14.364: E/AndroidRuntime(2922): FATAL EXCEPTION: AsyncTask #1 08-14 17:11:14.364: E/AndroidRuntime(2 ...


Integration Hello, I try to integrate with Payeezy, but I can't get security token. Request: https://api-cert.payeezy.com/v1/securitytokens?apiKey=(myAPIKey)&credit_card.card_holder_name=test+test&credit_card.card_number=4111111111111111 & ...


General Discussion Hello, I have run your Java junit test case found the result successful as shown bellow:- "{"method":"credit_card","amount":"1100","currency":"USD","cvv2":" ...


Forum topic 403 Error

Integration I'm getting the following error message in the chrome console when trying to call method credit_card: XMLHttpRequest cannot load https://api-cert.payeezy.com/v1/transactions. No 'Access-Control-Allow-Origin' header is present on ...


General Discussion I'm trying to implement and test recurring payments. I'm sending 4 requests as follows: 1 authorize, 3 recurring. Two recurring requests are successful, but the 3rd recurring request (and any further requests) fails with error ...