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.

Alignment of response page.

Hi, Please see http://www.parimalusa.com/screen-for-authorize-net.JPG How do it get the URL of this page (tried settings ->relay response - none of this page content is in that php file). Natesh

Using a different merchant name for transactions

Is it possible to change the merchant name used for transactions using a single merchant account and authorize.net account? We have single transactions from customers that need to be charged to different merchant names. Can a single Merchant Account ...

Confused on ARB .... Please help

Dear All I created a ARB which is not shows in Transaction Details .... I am confused that will after autmatic deduction will it show in transaction details How Can I link a transaction with ARB from C# Code. Thanks in Advance

How to update transaction information after approval?

I've been looking through the information that's available but I don't see how one can update a transaction that already been submitted and approved. I need to update the invoice number field after I get the approval back from the transaction. How ca...

shiva3000
Contributor

Submit Multiple Transactions on One Page

Hi, I am trying to create an application that would allow more than one customer to contribute to the total cost of the purchase by enabling them to designate how much of the total purchase price they would like to pay at check out. You can see a sim...

Test gateway returns XML production AIM gateway will not Solved

We just finished developing our application using the developers gateway. The response was always returned in XML. So we coded to handle XML. Now we have switched to the live/production gateway, and suddenly its throwing errors. Apparently you have t...

How to tell hosted CIM transaction is done?

Trying to integrate Auth.NET support into my companies web based applications. We have a strict rule that no card data comes back to the server. For other payment providers we use transparent redirect to accomplish this. Unfortunately Auth.NET does n...

CIM using hosted form. How do I determine addPayment is a success?

Trying to integrate Auth.NET support into my companies web based applications. We have a strict rule that no card data comes back to the server. For other payment providers we use transparent redirect to accomplish this. Unfortunately Auth.NET does n...

lduros
Member

ARB and tracking subsequent transactions

Hi:I recently integrated ARB in my web app, but I'm trying to find pointers/examples on how to track subsequent transactions and store information about them in my database. Most of the tutorials and code available show how to create a subscription o...

ARB Callback Method

It there a ARB CallBack method I can use to ubdate my db when a payment has procedded?

Simple Checkout linkable URL

I have to link to the Authorize.Net Payment Gateway through events on Facebook. Each event will be created using the SimpleCheckout feature, but inorder for this to actually work, I have to have an actual URL to paste onto the Facebook eventpage - no...

sam888
Member

help with intregation Solved

i have got login access to my gateway .. i want to use the prehosted redirect method which already has ssl for my payment page... if any help on how to go bout this will b very usefulthanks sam

Response Reason Code 13 on sandbox account. Solved

I've read several posts here and I can't find a solution to my problem. I am writing an open source library to connect to several gateways. I signed up for a developer account and have access through the sandbox.authorize.net site. I was given an API...

Re: Mobile Payments and Security

HiWhen i use Android sample code , i receive auth failed error and shows 87 tranction of this market type can not be processes on this system.How i can resolve this.Please HelpThanks in Advance

fetching transaction id pragmatically against subscription ID

Dear All,I've successfully implemented the ARB method in java. On each successful schedule I got 'subscription ID'. Now I want to show all successful payments happen in that subscription; ie need transaction ID to persist in my database against subsc...

Silent Post URL Not Working

Hi, I've been trying to get the silent post URL working, and I'm not having much luck. I specified my Silent Post URL in my account configuration, but when I submit a transaction, the Silent Post URL is never getting requested. I've looked in my Apac...

Extending response time from authorize.net

We are building functionality to protect users from double-purchases if there is a delay in getting the response from Authorize.net. What we need to do, is to make authorize.net wait a few seconds before sending a response to us. Is there a way to do...

SIM Integration with different amounts Solved

I want to use the SIM integration for handling payments through one part of my website. This integration has to handle payments for events, which each have a different and unique price. The "Golf"-event could cost $65, while the "Annual Business Meet...

Customize email receipt subject

Hi All, 1. Could you all please let me know how to customize/change email receipt subject?2. How you add a return button (to my site) on the Payment form page? Thanks..

PHP AIM SDK and urlencode

Hello my fellow Code Monkeys! Recently I was tasked with building web services/API for my companies brand new eCommerce iPad app which was meant to be an iPad friendly interface to our web site. Features include browsing our inventory, seeing order h...

C# code works in test but not live

I've got the following:

IGateway OpenGateway() { //we used the form builder so we can now just load it up //using the form reader var login = ConfigurationManager.AppSettings["ApiLogin"]; var transactionKey = ConfigurationManager.AppSettings["Tran...

jj1315
Member

ARB API and taxes Solved

When creating ARB subscriptions through the API, how can I specify tax amount seperate from the order total? This is significant if I wish to generate a report later that identifies how much taxes were charged with subscriptions. As of right now, I a...

RyeinGoddard
Contributor

Silent Post examples

I followed a few examples for silent post and it appears to work in my tests, but I was curious. Does authorize send the data as an array of post data, or do they post data repeatedly to my url. I ask this because it appears it isn't working correctl...

SIM - Relay Response - CSS - Fonts

Hello, I think I know the answer to my issue from reading through the forums but hope to clarify. My SIM / relay response page works just fine. However, I'd like to use my website fonts on it, and they are not loading, even though I used an absolute ...

RyeinGoddard
Contributor

PHP getTransactionsForDay()

I am trying to get some trasnactions for the 18th of this month and it returns nothing even though I can see them in the control panel. I can successfully get the transactions from the 17th or even the 19th, just not the 18th. Why is this happening? ...

carder
Member

Custom Receipts Solved

I am currently using DPM and the processing of a transaction is working just fine. I am also using relay_response that then takes me to my own receipt page. I would like to display transaction details on this page for the user but can't figure out ho...