Did you mean
find

Forum topic Zipcode Verification

Fraud & Security Related I am integrating payeezy with PHP. I am thinking if exists any method to do a billing verification with zipcode before do a purchase method? Thanks ...


Forum topic Merchant management

Feedback & Feature Requests I'd like to be able to programmatically register merchants and modify their Sandbox/Live status and retrieve their Merchant Token and JS Token to send to them. I'd also like to be able to find out (through the API ...


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


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


Forum topic Token Based Payments

Integration I have a problem with Token Based Payments. I have changed payeezy.js for working in sandbox (change url), then successfully got payeezyToken. But when I try to make a payment "authorize" I get error "Access denied invalid base6 ...


General Discussion Hi We are trying to integrate Payezzy into our android and iOS app, we are confused here, about generating an HMAC. I have all the KEY's which will be used for sandbox testing, however, i dont know how can get Authorization & H ...


General Discussion I want to know, where i can check the list of all the transactions which are done during the sandbox testing, i tried to look into the "Analytics" Section, it was not showing any records of the payments made during the sandbox ...


General Discussion I have tried many times and researched your sample code(java,ruby,node,etc.) but still failed with 403 error when sending Token Based Payments request. private IDictionary getSecurityKeys(string payLoad) {IDictionary returnMap = new Dic ...