- Did you mean
- find
Forum topic What is the card type for American express?
General Discussion Hi, In ios payeezy client I had sent the following details to server for testing credit card NSDictionary* credit_card = @{@"type":@"Visa", @"cardholder_name":@"John Appleseed", @"card_number ...
General Discussion Hi Payeezy Team I have used the mismatched card type and card number (E.g. having type as visa but using a American Express card no) to "Tokenize Credit Cards", it returned a successful response with a token and then I used th ...
General Discussion Hey there! On urgent implementation with test functions (referring PHP API via: https://github.com/payeezy/payeezy_direct_API/tree/master/payeezy_php) in a Windows machine with preinstalled PHPUnit, the codes threw this error: Fatal err ...
General Discussion So, I guess i am out of luck. I wanted to search for parameter definitions so I can find out what the restrictions (maximum LENGTH!) is on merchant_ref. So I came here to search, found no search, so am posting the question. It is a sham ...
Forum topic HMAC & Authorization Generation in Android App
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 ...
Forum topic HMAC Failure (error code 403) with C#
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 ...