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.

aumer
Member

Load on a VISA Card Solved

Hi, Can i initiate a load transaction on a VISA prepaid or Debit Card using Authorize.net API.

Software for Recognizing Debit Card Transactions?

Hi, I'm working on an application that would recognize a debit card transaction, round that transaction up to the next dollar, and then ACH the difference to a bank account. So, if you put your debit card on file with my app, buy a $1.75 cup of coffe...

CIM Hosted Form AUTH_ONLY Solved

I am trying to implement the CIM Hosted Form for Authorization Only using C#/ASP.Net. So far, using the sandbox, I have been able to generate the token and create a transaction using the addPayment web method. However, when I look at the transactions...

mgk145
Member

CIM AuthorizeAndCapture Invalid Response on Sandbox Solved

Hello: I have just started using Authorize.net and I am using the CIM to create simple profiles, add credit cards, etc. The primary goal is to use a stored credit card for transaction purposes. I am using C#/.Net 4.5 and the SDK. Please note, I need ...

Recurring billing ARB and direct payments with CIM

I'm working with a client that needs to create a subscription service (integrated ARB for this) and allow for direct payments using the existing credit card data. They don't want to store any of the data so we assumed we could use CIM for this. But i...

CRM Module

We are developing a module for our CRM system so that we can process payments from within the CRM system. This scenario is useful for phone orders when customers provide card details on phone for a product purchase. Can we just integrate API with our...

mathceleb1
Contributor

Verify Peer and Response Code 103 Errors

For the last month now, Credit Card transactions were getting a blank response code and error code. Just by luck, I stumbled across a thread where it recommended setting verify_peer = false. I did this, and it accepted my credit card. However, guests...

Trial Period and ARB

I was wondering how I could implement a 30 day free trial period with and Annual Subscription with one yearly recurring charge using the SDK. Any ideas or solutions would be appreciated. Thanks

PayPal Express Checkout for Authorize.Net

1. When I use account in test mode, no transaction id. After that, I change live mode then error " The transaction was unsuccessful." I don't know how to do, please help me.2. How do I change paypal account enable with sandbox account?

Free Trial Period w/ code in Formstack-Auth.net

Hello all,I'd like some help with customizing a Membership form. We use Formstack-Auth.net integration to process Membership payments on a monthly basis. We'd like to have a "Promo Code" field that gives certain people who join the option of a six-mo...

ohad
Member

Java SDK - Environment.LOCAL

Hi, I noticed there's a LOCAL option in the Environment class.This is very interesting, as I want to have an embedded server in my IT tests.Naturally, there is the sandbox option, but that would make my test dependent on an external resource - a conn...

Craig
Member

CCV Best Practices

Sorry if this seems repetitive but I haven't found an answer that addresses these issues yet. We accept MC, Visa, Discover, and AmEx. I'd like to require CCV for all purchases but I have two concerns: First, does every user of every one of these card...

Update monthly ARBsubscription amount.

Hello, Initially my ARB subscription amount for Subscription ID: [ 2250124 ] was $9.99 so authorize is supposedcharge $9.99 every month.Now I modified my ARB subscripton for Subscription ID: [ 2250124 ] amount to $19.98 so so authorize is supposedcha...

m4rc0
Member

Merchant-Defined Fields & SIM integration = not working

Hello everyone!I have been scratching my head for 2 days and asking the Live Help to help me out on that one: No success.We are using X-cart and are having a SIM integration (as far as I understand, I didn't do the installation myself)We are using au...

integration of a2billing

How to integrate authorize.net account in A2billing server as a payment gateway ? Any small help would be appreciated

bobbydoogle
Contributor

C# Card Not Present

I have a .net C# integration in Sandbox in progress and I realized I was basing my one time charges on Card Present, when in fact they should be not present (this is over the web), looking around I can not find any example of a one time charge for a ...

Transaction Details API - Search Transactions

Hi, I am using the .NET SDK. I am seeing the same orders being returned several times with different dates. If I call GetTransactionList and I use a begin date of December 12th and an end date of December 13th, am I querying transactions by the date ...

CIM Checkout

Hello, I currently have three ecommerce applications (two .net and one php) that take in order info and cc data and pass it to our business system. The business system then charges the card when the order is shipped. I need to remove all cc data from...

mj168
Member

Assigning Response Request Field values to variables in VB.Net

I was able to submit a credit card transaction and get a response. However, I need to be able to retrieve the values of the Response Request Fields and assign them to my own custom variables.For example:My Custom Variable Value = Response Request Fie...

ohad
Member

Java SDK - AIM transaction returns error 3_22

Hi, I tried to use the Java SDK but failed.What have I done so far?1. Created a Sandbox account, and got login ID and transaction Key.2. Used the following snippet:String apiLoginID = "xxx"; // the login ID I got by creating the Sandbox String transa...

Payment by CIM

Hi,I want to use CIM method of authorize.Net for payment process.So what is the bast way to use this?? what is the best type of request??json or xml??

SIM Integration

Could someone please help me...I have no idea how to go about integrating this into the site I am working on. I do not know php and trying to learn. Which is why I do not really want to pay someone to do it for me but a little direction would be grea...

Kira
Member

ARB Silent Post for sandbox account

Hello everyone!I have a question about ARB testing. I use sandbox account in live mode to test the processing of Silent Post with transaction data on my website. I have set up silent post url in the my sandbox account. However I dont receive Silent P...

yorzi
Member

Money transfer between bank account

When I deposit money from users bank account using echeck, and I will finally recevice the money in my merchant's bank account, is that right? I don't need to transfer money to any middle "internal account" and then have to withdraw money from that m...

yorzi
Member

Can eCheck use different bank accounts for merchant?

Our business needs two bank accounts for Merchant, we like to withdraw from one bank account to pay users, and depost to another bank account when being paid, is that possible to do so via API? It seems there is only one bank account for merchant. An...