Forum topic Missing or invalid API Key
with JavaScript. My code worked fine in sandbox and all I did was switch out the key, ...
General Discussion Do we get back "transaction_tag" in Token Based Payments. Currently we don't get it, but in future updates will it be there!! Because it will be used in Split-shipments along with transaction_id. ...
Forum topic HMAC Validation Failure with Python Direct API
Payments Help I generated a sandbox key and secret, and downloaded the payeezy_direct_API project. I was able to successfully run the python example.py script using the default key, secret and merchant token. However, when I change the key, secret and mer ...
Forum topic HMAC using CryptoJS
Integration My generated HMAC does not match HMAC generator on the sandbox page. Please help me. What am I doing wrong? Note that I can get successful response when I use HMAC generated from the sandbox page using my own apikey, token, secret, and payload ...
Forum topic CVV validation only for the $0 auth
Fraud & Security Related Hello, Is it possible to have a merchant account that will do CVV validation for GET https://api-cert.payeezy.com/v1/securitytokens (adding the card and getting a transarmor token) but not require the CVV for any subsequent tr ...
Forum topic What are the supported credit card types?
General Discussion Hi I have used the Token Based Payments API to test different credit card types in Sandbox and it seems that it only supports "Visa", "Mastercard", "Amercian Express" and "Discover". The "JCB ...
Forum topic Trying to create a simple payment form
General Discussion Trying to create a simple form that allows the customer to enter their information to pay for their service contract Something like this: https://www.totalappliance.net/payments/contract-payments/ Is there an example form that I can see ...
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 Testing integration failed: "Access Denied"
Integration I'm working with Payeezy.Js and I'm stuck right now! I need to test my application out before it goes live. Here is where I'm: 1. My developer account to merchant account already linked; 2. Did not see "My Merchants" i ...
Payments Help If a client makes a capture and doesn't get a response, is there a way for client to query the status of this specific transaction? Does the Reporting API support "filter transaction by merchant_ref"? Thanks. ...