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.

Venngomez1
Contributor

how to do Testing with production account

Hi, I got a developer account and do some testing on CIM APIs, and it works. now I'm trying out it with the production account against the api.authorize.net, in order to be sure, I turn on the test mode in the account and do a createCustomerProfileRe...

No SilentPost Call In Production Environment

Hi there, This is related to my merchant's LIVE ACCOUNT.I have never received the silent post URL for one of my client's transaction on 16th Oct. 2012.I should have got the "x_type = auth_capture" type response, which i never got (I have the logs ena...

mgerbi
Member

Cannot set CustomerID and Description in Customer profile.... Solved

I am trying to set the merchantCustomerID and Description in the customer profile and when I set the ID the description is blank, but when I comment out that code the description is populated. This is just a simple property assignment, at least so I ...

CIM payment transaction problems

To, the Authorize.Net suuport team. This is to inform you that I am a web developer and trying to integrate Authorize.Net CIm process into my site. I used the api correctly and it warks successfully before. (All in test mode and test and under test a...

DPM not working on the production domain.

I've been trying to get this code working for over two weeks. Everything worked perfectly on the Authorize.Net test domain (https://test.authorize.net/), but fails in production. I added my response/receipt URL (https://secure.bjdesign.com/secure_htm...

jimk
Member

DPM PHP Question

I love the DPM demo code under 15 minute page. BUT this code pulls a form which posts to the test server. How can I tweak the above code so that when the form is pulled it goes to the production server, https://secure......transact.dll?

ZeroGravPro
Contributor

How to avoid PCI with ARB? Solved

I have researched this quite a bit, and I can't find any way to make an ARB API call without the credit card info passing through my network. I know about CIM, and that is great. But let's say I have a simple $10 per month subscription. The price won...

Security Error accessing WSDL with SOAP

Hello. I am getting the following error when accessing the WSDL online:"Security error accessing urlUnable to load WSDL. If currently online, pleaseverify the URI and/or format of the WSDL(https://api.authorize.net/soap/v1/Service.asmx?WSDL)". I am o...

Question regarding which API to use

I have been searching to figure out which API would be the correct solution for my situation. I would like for authorize.net to handle the payment processing on their servers, but I would like to be able to retain some of the information that is fill...

Fully dynamic solution

I do lots of dynamic html using jquery $.getJSON, which allows my users to stay in a single page. The DPM looks simple to use but it do not like the multiple pages required to use it. I really want to load an empty div with the credit card form and s...

Need help with Recurring payment with Installments

Hi All! I want to sell membership plans on my website. I need to implement recurring payment with Installments. E.g. we have a plan of $199 per 6 months and these $199 can be paid in 6 installments ($33-$33-$33-$33-$33-$34) Thanks in advance Ashwani

IOS SDK

Hello, I followed your instructions for the IOS SDK and I'm having the folling errors, "_OBJC_CLASS_$_AuthNet", referenced from: objc-class-ref in ViewController.o "_OBJC_CLASS_$_CreateTransactionRequest", referenced from: objc-class-ref in ViewContr...

Strange Formatting on “Your Order Has Been Processed” page.

Hello,I am having issues with my Authorize.Net osCommerce 2.3 SIM payment module. I am using the test server setting and I am able to process test sales. When I run a sale the site transfers to the test secure server (as it should)and when I finish t...

Refunding concept with php

Hi All, Greeting for the day, As I was using Authorize.net as payment gateway to my application, stucked with refunding concept . Where I did not found any sample scripts for the same. Could any one please suggest me about the same. Thanks in Advance...

Android SDK and sample app not working Solved

I can't get the sample app to work. It seems like there is a reference to the java_sdk http client but the readme doesn't say it does. It comples fine but gives a run time error. I have tried linking in the java_sdk and apache libraies but nothing wo...

dei1c3
Member

Duplicate subscription error when *updating* a subscription?

Our code base tried to update an existing subscription just now and we received the "You have submitted a duplicate of Subscription XXXXXXXX. A duplicate subscription will not be created." Is this a valid error when UPDATING an existing subscription?

Allow customers to print after payment.

Hi.I'm trying to set up a small website devoted to selling one piece of artwork on a pay-to-print basis. My developer and I are trying to figure out how to let people print only after payment is approved. Is there a way to configure the Submit button...

Integration of CIM and ARB

Is there a way to use "customerProfileId" or "customerPaymentProfileId" from CIM and create Subscription Profile in ARB ?I want to use CIM to store once Customer payment and billing(CC info) info and use it for direct or recurrent payments( recurrent...

HTML Integration

I have a requirement in which I need to post a payment using HTML. Do you have any sample code or videos to help me understand the process?

tafaju
Member

CIM CustomerProfile advance search API functionality

is there an advanced search feature to lookup up customer profiles by something other than the customer profile id? (I am not interested in pulling al profile ids locally to server to complete search) The reason I'm asking is when sending a create re...

C# SDK Interface vs. Implementation parameter order

Hi, I wanted to point out that on the C# SDK that the order of the parameters for AuthorizeNet.ICustomerGateway.Void is different from the implementing class AuthorizeNet.CustomerGateway.Void. approvalCode and transactionid have been switched. ICusto...

jruser
Contributor

Corrupted field returned from SIM hosted form

From the documentation, any fields passed to the SIM hosted form are supposed to be posted back to the relay URL. This happens correctly for most of our transactions, but one specific customer/credit card gets a corrupted field. This is not a program...

Duplicate transaction error when just changing CCV

Hello, I am curious about a behavior I noticed. I am trying to implement the x_Card_Code CCV field. I am using AIM and have been testing on the developer site. I found this article online that defines how one gets a duplicate transaction submitted er...