Integration and Testing

Authorize.Net API questions and help with your payment integration.

cancel
Showing results for 
Search instead for 
Did you mean: 

From this board

Anurag
Moderator

Recorded Developer Webinars Pinned

Please find the links of our recorded developer Webinars Simplify PCI Compliance with Authorize.Net Accept Learn about Authorize.Net API Integration with OAuth 2.0 Creating Automated Workflows Using Authorize.Net Webhooks Thanks Anurag

Anurag
Moderator

API / Features documentation Pinned

Use the features you want to build the payment solution you need. You'll be up and running in minutes. Features : https://developer.authorize.net/api/ SDKS : https://github.com/AuthorizeNet API reference : https://developer.authorize.net/api/referenc...

Anurag
Moderator

Use Try It Tab for testing APIs on sandbox Pinned

You can test APIs from our Try it Tab in API reference on sandbox without signup https://developer.authorize.net/api/reference/index.html#payment-transactions-charge-a-credit-card Click on the Try it tab and click send .

RichardH
Administrator

Use Testing Guide for Specific Transaction Responses Pinned

Using the Testing Guide, developers can trigger specific transaction responses in the sandbox including approvals, declines, errors, as well as AVS and Card Code responses. If you have questions or comments, please use this thread.

dalet
Member

Regional IP Address Filter test when using hosted form.

We are using the CIM hosted form for creating recurring payments. A customer's request can be caught by the Regional IP Address Filter, resulting in their payment being held for review. In that case, we would like to provide some feedback to that eff...

goldy
Member

Payout / Withdrawal / Settlement bank transfer methods in UK

I have a question about bank settlements / payouts. Does anyone know, which of the following "bank transfer method" does Authorize support when sending settlemens in Europe, specially the UK: 1. SEPA transfer2. Faster Payments (FPS)3. BACS4. CHAPS (O...

Creating micro transactions and voiding immediately

I've previously asked on how to create customer profiles with card track data, and was told the only way to do it would be by creating a profile from a transaction processed with track data. In the flow I have in my system, you input a card separatel...

EddieLascu88CNP
Regular Contributor

Too many void transaction in our production environment

We have started our system in Production recently. We request payments from two web portals. Users of the web portals are creating payment profiles directly in Authorize.Net as we used CIM with Hosted Forms in our implementation. We have noticed in t...

AllyN
Member

How do I get Auth.net support to respond? Total radio silence.

I've submitted 2 different tickets to Authorize.net customer support, and I've received no reply at all. I have a customer that's been unable to use their account for over a week, and I can't get anyone at Auth.net to respond to my inquiry. Is there ...

fifty-git
Regular Contributor

PHP SDK: getting a list of a customers payment profiles Solved

I see in the ideas forum there is a request to add the customerProfileId to the search type for a list of payment profiles. In this thread, it is mentioned by a moderator that this is a common practice, "A common use case would be to present the cust...

Akamai SureRoute and CP endpoints

Hello, guys. I have the CP account for my application. Should I change CP gateway urls to using Akamai or nothing will change? For now CP gateways: live: https://cardpresent.authorize.net/gateway/transact.dll, sandbox: https://test.authorize.net/gate...

Help Understanding Test vs Live Mode

Hello, I've, what I hope, is really simple question about Test Mode. We have Live Mode enabled now and the temporary charge of $0.01 is causing some noise with our customers, so we'd like to find a way to avoid this charge from happening, but still g...

fifty-git
Regular Contributor

How to set createProfile using PHP API Solved

Most of my questions have been answered but I can't seem to get this to work.I can run a successful transaction and add customer billing info, but I can't get it to create a profile for me. In a previous post I was told to set createProfile=true. I a...

willm
Member

Issues upgrading to API2 Solved

Hello All, We use a bit of an antiquated system for charging. We use SOAP via cURL. I'm working on updating our API from:https://api.authorize.net/soap/v1/Service.asmxTO https://api2.authorize.net/soap/v1/Service.asmx I thought this would be a simple...

Galina
Member

Integration Authorize.net with Iseries/AS400

I am just wondering if what would be the best solution for integration of the authorize.net and Iseries/AS400. Currently we are using CyberSource and would like to switch to authorize.net .

dev-usa
Contributor

WooCommerce $_GET?? Solved

Authorize.net is sending emails telling merchants that they are using software that is generating $_GET requests to AN and that they should change to $_POST. The merchants that I have been workiing with are using WooCommerce, which uses $_POST, at le...

HTTP GET vs HTTP POST

Greetings- We have received an email that Authorize.net will no longer allow HTTP GET methods for transaction requests. Does this mean that we simply need to update the transact.dll URL in our code or does it mean I need to do a complete payment syst...

manal
Contributor

Getting Error While Creating Customer Payment Profile

I am getting the error [code] => E00003[text] => Name cannot begin with the '>' character, hexadecimal value 0x3E. Line 2, position 269. The Array that has been created :- $creditCard = new AnetAPI\CreditCardType();$creditCard->setCardNumber("456456"...

manal
Contributor

Getting Error While Creating the Customer Payment Profile

[code] => E00003[text] => Name cannot begin with the '>' character, hexadecimal value 0x3E. Line 2, position 269.) Passing the following array in it :- $creditCard = new AnetAPI\CreditCardType();$creditCard->setCardNumber("456456");$creditCard->setEx...

Sending additional info with DPM Solved

I am currently using the DPM and have run into a unique bug on my website that could be circumvented if I could send info that would be returned in the relay_response GET along side the Transaction_ID and the Response_Code(in this case its the users ...

How to capture a customers transaction and put it on hold

Hello, I have a really simple form to take deposit from a customer and that form is dynamically populated with some simple php code. Right now all the transactions are being processed right away. I would like to change the transaction type so that al...

fifty-git
Regular Contributor

DPM - still a viable solution?

We are currently using AIM, but we are looking for a more secure transaction method.We definitly want to host our own form. That being the case, is DPM still the best way to handle a sales transaction using a custom self-hosted form? From reading pos...