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.

CIM createCustomerPaymentProfile error

Hi, I'm using CIM - XML - ColdFusionI'm not ale to create customer profile. My http request to URL https://apitest.authorize.net/xml/v1/request.api with XML is returning below error I/O Exception: Name in certificate `test.authorize.net' does not mat...

sho
Member

Extend an authorization, preventing expiration

We are using CIM. Is there a way to extend an authorization so that it doesn't expire? The scenario is that we sell products that sometimes are offered for preorder and may not ship for over a month. We need to keep the auth in place until shipment o...

AIM sample not working?

I have verified all of the configuration requirements are present for the server, and that the SDK seems to be installed accordingly. I used the SPL autoloader according to: http://developer.authorize.net/hello_world/ My sandbox account is in Live mo...

Christophe
Contributor

CIM down again

Intermittent errors happening on CIM requests:[E00001] An error occurred during processing. started occuring Jan 24 after midnight EST Please investigate

Stop recurring payment

My site is using recurring payment for premium user. but now we did not want this feature so I did using ARBCancelSubscriptionRequest to stop. When I went to Authorize.net to check I saw that all of the subscriptions had been cancelled. I think I sho...

Authorize.Net Networking Change

Hi, Currently we are using following Authorize.net Url in our production website for payment gateway. https://api.authorize.net/xml/v1/request.api If we dont replace with new akamai Url will you automatically redirect our old Url to new Url form June...

Authorize.net CIM Hosted payment form, getting credit card token

Hello All, I'm currently integrating CIM alongside our website form, I tested the code that the developers provided in the sandbox and it seems I can create a customer profile id without a payment profile id and still be able to access the hosted for...

Class 'JMS\Serializer\Annotation\Type' not found

installed composer, defined my composer.json { "require": { "php": ">=5.2.0", "ext-curl": "*", "authorizenet/authorizenet": "1.8.6.2", "jms/serializer": "xsd2php-dev as 0.18.0" }, "require-dev": { "goetas/xsd2php": "2.*@dev", "goetas/xsd-reader": "2....

CIM - Receipt Email Generation

Whenever I use the payment form via CIM, our customer receives two duplicate email messages. One email is HTML, the other is plain text. How do I shut off the plain text email? We don't have any customers that would require a plain text message.

Migrating credit cards to CIM

Hello, I need to upload a list of credit cards (customer number, customer name, credit card number, expiration date) and create a CIM record for each credit card. For each credit card I need to get bach the customer profile and payment profile that w...

EddieLascu88CNP
Regular Contributor

Production URL for the SOAP Service Solved

We are about to go in production with our system and the client decided that now they want to separate parts of their business and use two different Authorize.Net Merchant accounts. That means two pairs of API Login ID and Transaction Key. On the dev...

msteel
Member

Class 'Symfony\Component\Yaml\Yaml' not found

Installed composer, grabbed the 30M (!!!!) worth of files needed to run your Hello World script and still, I ran into the same issue as this person. https://www.bountysource.com/issues/28045389-fatal-error-class-symfony-component-yaml-yaml-not-found-...

TB
Contributor

Eclipse import Auth Net Jar files

I have just begun writing Andoid apps. In Visual Studio I imported the exe file from the SDK. Do you simply copy the jar files into the /libs directory or do you have to add the package? Seems like it would be simple, but more than just copying the j...

sneakyimp
Contributor

XML problem updating CIM profile. Error E00003

I'm working on a project that uses what appears to be a slightly older version of the PHP SDK. Sadly, the PHP code does not appear to specify any version for the SDK. I have constructed code using this SDK that is supposed to update a CIM profile. I ...

Ashlekh
Contributor

eCheck Functionality

Hi, I want to know about eCheck Functionality. Actually I've implemented the eCheck functionality. Now I need to know is it works for US banks only or it works for all banks in world. Or how can I identify that eCheck will work for which bank? (Merch...

CIM: Allowing duplicate payment transactions

I appreciate any help in advance. As of about 3 days ago the CIM api has been creating duplicate authorization transaction randomly for the exact same transactions (same invoice number etc). It doesnt seem to have any pattern as to when it happens, a...

rreed
Member

Creating a token without authorization

When a new customer checks out, we want a token to be generated after their credit card is entered so that the cc is not stored on our server. We do not want to charge that credit card until the order (with the token included instead of the cc number...

No transactions are settling

We have not had any payment batches settle since 1/5 in our sandbox account. We have had multiple transactions submitted between then and now, but we have not gotten any settled batches.

HW
Member

Intermittent issues with the sandbox

Hi All, I've integrated the Authorize.net API into an application that is currently in testing. We are using a sandbox account while in testing. We have faced some intermittent issues with the sandbox environment. It works most of the time but someti...