Did you mean
find

Forum topic eCheck payments

Payments Help In the request data there are two values, "customer_id_type" and "customer_id_number" that are listed as required values, but where do I get this information? I am using the test data (below) for the sandbox testing and t ...


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


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


Payments Help This is our flow, what works for us and where we are stuck. 1. Authorize $100- WORKS. 2. Capture Partial 1: $50 (use transaction id & tag of the authorization)- WORKS. 3. Capture Partial 2: $25 (use transaction id & tag of the author ...


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


Forum topic AVS Response

Integration Hello, We aren't getting an AVS response from your test API when we submit the required address information, regardless of whether or not we start the address off with an AVS code. Can you please provide us with the ability to test your A ...


Integration I'm writing a simple Java integration, which will basically only need to do tokenized payments. The first step of this of course is to obtain the token for a particular card. I understand the Tokenize Credit Card POST request (/transactio ...


Integration What happens if I POST a new Credit Card transaction through the API, but the connection gets interrupted on the way back? ...


Forum topic Certification Test

Feedback & Feature Requests Any chance someone could guide me through how to use the 'Certification Test'? It is the most, uh, interesting turing test I've ever encountered. Am I supposed to edit the text to make it a valid cert request ...


Forum topic List of transactions

Integration Is there any way to get a list of transactions? I'm trying to do something similar to what is show in the demo gateway accounts. ...