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.

http vs https with relay response URL and receipt URL

I just got a new certificate that is SHA256 and I'm getting that dreaded error "An error occurred while trying to report this transaction to the merchant." When my relay response and receipt URLs are non SSL (http) everything works fine, but when the...

Card Present Transactions Sampe api

we want to integrate card present method to orur system, but not getting to success the code and proper documentation, please help to us

kpatodia
Contributor

CIM Hosted Payment Form

I am using CIM, and after reading the guide i see that i can post a form to the following URLs with the token  Manage Profiles—https://test.authorize.net/profile/manage Add Payment Profile—https://test.authorize.net/profile/addPayment Add Shipping...

foundation406
Contributor

Pulling transaction details PHP

This is what I have. I'm trying to pull each batches transaction details. It doesn't give me an error, the page is entirely blank. getSettledBatchList();echo count($response->xml->batchList->batch) . " batches\n";foreach ($response->xml->batchList->b...

How to get Response from a Form?

After customer has completed the form, and the payment is complete, how do i get the response from the form so I could check if payment is complete? Something like:if($response->approved){ echo "Success! Transaction ID:". $response->transaction...

foundation406
Contributor

PHP Batch Information Solved

So, here is the code we were given to use. I know that the ID and key are correct because I plugged them into the sample.php and successfully posted a transaction. What we are trying to do is retrieve batch information from Authorize.net in order to ...

Issue Receiving Transaction Information Solved

Since last Tuesday we have been unable to access our authorize.net CIM information via our internal ERP system. The transaction goes out to authorize.net and is accepted, however, when returned we are unable to decrypt what is being sent back. So, th...

KB_developer
Contributor

SIM Relay Response - how to get this to work?

Hi, In my test code, I indicate the s_relay_URL to redirect to. I also have this URL entered into the Authorize account page where set that up. Same URL in both. When I test a transaction, the URL stays as https://secure.authorize.net/gateway/transac...

SIM Relay Response Not Working

I have been trying to solve this issue for several weeks with absolutely no resolution thus far from Authorize.Net Support. Just a couple of weeks ago, my Authorize.Net Relay Response page stopped working. Based on my testing, fields are no longer ge...

glerler
Contributor

How to auth and then captue with a CIM Solved

I am trying to:1. Perform an auth with the customer.2. After getting the auth, create a CIM for them3. Go back and do a priorauthcapture of that auth into the CIM that was created. Doesn't work. I cannot do a priorauthcapture thru the created CIM sin...

Not allow certain card types

My client does not want to allow "American Express" transactions. How do I manage which card types are permitted?

Get Transaction for each Recurring Billing in Authorize.NET ARB

I am using Authorize.NET Automatic Recurring Billing Service in my C# application and I was able to integrate recurring payment successfully. Suppose I am using annual recurring profile. On Jan 1st,2014 I started my subscription and next payment date...

ARB issue

All teh sudden there is a issue happening. When i do the ARB create account. For the responce from api i get the following. HTTP/1.1 403 Forbidden Content-Type: text/html Server: Microsoft-IIS/7.5 X-Powered-By: ASP.NET Date: Thu, 10 Jul 2014 16:21:35...

glerler
Contributor

Prior AuthCapture

.NET C# I need to do an Auth, then capture that Auth with the CIM. I create the PriorAuthCaptureType and then try to get a CustomerProfileTransResponse but it blows up giving me a null exception when I submit it the PriorAuthCaptureType. I do have a ...

CIM: Register expired CC for testing Solved

Hi,I'm using CIM validateCustomerPaymentProfileRequest() to identify expired credit cards. Problem is that I can not test my routines, as I am not allowed to register a expiration date in past (in my Sandbox). I could register exp.date 0714, but then...

KB_developer
Contributor

SIM error

Hi, I'm testing SIM, trying to test it anyway. When I run sample code (below) I get this error message: (13) The merchant login ID or password is invalid or the account is inactive. And here is the code from the sample page. The account is active. An...

kys5
Member

Need help with AIM integration

Hello, this is my very first time trying to install AIM integration from the quick start page.I am trying to install a payment system for one of my clients.my cilent wants me to install the AIM under the a specific page but, not for the entire websit...

KB_developer
Contributor

SIM - can postback an identifier-value?

Hi, I am debating whether to use AIM or SIM. I am a bit familiar with AIM - having set up a PHP page and used the test credit cards - and within that I am able to use a unique identifier to associate to the client of mine that the payment is for - th...

Error while submitting Echeck

As i'm submitting the Echeck values to Authorized.net, it gives the followinf error: The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:accountType' element is invalid - The value 'business checking' is invalid according to its datatype 'AnetApi/xml/v1/sch...

Intermittent cURL errors

Using the AIM service, my users are getting these errors intermittently: cURL error: SSL connect error cURL error: malformed Users get one, the other, or neither error. In some cases, the user can resubmit the form without changes and it goes throug...

Getting the duplicate ID from a E00039 error

When we are calling CreateCustomerPaymentProfile and CreateCustomerShippingAddress we occasionally get an ‘E00039’ for a duplicate record. When this occurs the customerPaymentProfileId and customerAddressId are set to 0 in the response. Is there any ...

gpayet
Member

ssl cert for api.authorize.net broken?

Since 11 pm PST time we cannot do CIM transactions. The new SSL cert for api.authorize.net is only valid for *.vpos.authorize.net. The IP address resolves to downloadvpos.authorize.net. Major snafu???

Switching from sandbox to live Solved

So I have DPM setup on my site with sandbox account and everything works exactly as planned. I switched to a live merchant account, but then enabled test mode within the merchant account. changed my md5, transaction and login id's and tested my site....