Fraud & Security Related I use the POST HTTP command to tokenize a credit card. The whole process is described here: https://developer.payeezy.com/payeezy-api/apis/post/transactions/tokens. I set up the 6 Header Parameters as per the documentation: th ...


Fraud & Security Related Hello, I need to have the following case: 1. Cards having CVV2, compulsorily go thru CVV2 authentication (do not allow without CVV2) 2. Cards not having CVV/CVV2/CVD, go thru without CVV2 authentication (Allow without CVV) Wha ...


Fraud & Security Related Hello, I need to have the following case: 1. Cards having CVV2, compulsorily go thru CVV2 authentication (do not allow without CVV2) 2. Cards not having CVV/CVV2/CVD, go thru without CVV2 authentication (Allow without CVV) Wha ...


Forum topic PCI-DSS Compliance

Fraud & Security Related I am building an e-commerce solution for a cafe, where the page on my site will except card details. These card details will be posted from client browser to my HTTP server, where-in I propose to call Payeezy REST API for paym ...


Fraud & Security Related Hi all, i am using the JS SDK to tokenize the credit card data, but how i can make a credit card purchase using that token and the direct API? In the docs i see the full information of the credit card: https://developer.payeez ...


Fraud & Security Related Hello, Do you provide registered mobile number of the card swiped user so that we can generated a random pin and send it to the user and validate the transaction. If the user enter correct pin then the transactions will procee ...


Fraud & Security Related PCI compliance requires that gateway passwords be encrypted when stored on the server. I assume in the case of Payeezy that means at a minimum the API Secret. Do the API Key and Token values also need to be encrypted? ...


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 ...


Fraud & Security Related Greetings, We're having an issue performing a $0.00 auth with a Discover card. There is no AVS response (which our system uses for fraud prevention) even though we're supplying a valid billing_address object. This is ...


Fraud & Security Related Hello, I'm working on a website integration of payeezy.js. I'm running the transactions with auth=true. When testing against the sandbox the token response comes with a cvv response of 'i'. However when I t ...