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.

Does AIM will be affected in september 21 updates?

Hello, I'm the maintainer of a website using the AIM API. I was wondering which kind of changes should I make to comply with September's 21st updates. The API connects to https://secure.authorize.net/gateway/transact.dll It seems like the certificate...

Checking status of eCheck/ACH Payments from CIM?

Hello, I have a client who takes in several hundred payments a day utilizing the CIM API. Occassionally they run into the issue where eCheck/ACH payments are declined AFTER having been approved during the payment capture over CIM. In order to better ...

AIM - void or refund transaction not happening

Hi All, I am trying to initiate a void or refund paypal transaction. It requires reftransid for that, but when i did a authonlytransaction request i did not received any reftransid code in response. I only received transid. This is happening for cred...

September 21st changes

Hi, According to:https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Authorize-Net-Begins-Infrastructure-and-SHA-2-Certificate/ba-p/49615 "To ensure your solution works with the infrastructure changes, please validate the fo...

Inserting Logo in Email Receipt

With HTMl no longer allowed in the header of an email (in the profile), we must ask AuthNet to upload our logo and then insert it in an Email Receipt when the transaction is posted to AuthNet. We use the post method in ASP Classic (JScript) and the c...

Reply Response dropping parameter

History: 09/08/2015 evening broken09/10/2015 back up when Authorize.NET update rollback Parameters working again.09/11/2015 Evening, Broken again! I believe update rolled out again.Down. We are using parameter to maintain session. Realize, we need to...

delete cim profile

Hello, why we are not able to delete CIM profile after arb canceled link to that CIM profile ? Thanks!

AuthComm25
Contributor

Need help with Authorize.net next upgrade, please help

HelloI need an answer for the following questions:1) After the update on September 21st, any website or payment solution that connects via api.authorize.net that cannot validate SHA-2 signed certificates will fail to connect to Authorize.Net's server...

Authorize.net Updates within Godaddy host site

Hi,I have read over the update emails a few times and I can't seem to find the corresponding info on my godaddy host site. I do not see a way to edit the transaction processing URL's and the certificate names don't exactly match up. The only thing I ...

blalond
Contributor

Discussion on new EMV API Guide

Hello Auth.Net people. The Auth.Net "Preview Guide" for EMV for AIM API Transaction Requests and Responses is now linked from the EMV FAQ page: http://www.authorize.net/support/emvfaqs which links to the guide at http://www.authorize.net/support/EMV_...

AuthorizeNet.DLL

I've started looking at some of the API update emails that have been sent out, and I was wondering how much of this would affect me. I'm currently using the Authorize.NET NuGet package in my .NET application to process payments and read transaction i...

gldev018
Contributor

Problem with card expiring

Hello - The subscription is expiring on on 08/2015 that appears in expiring tab.Why the subscription still in active on 09/2015?What a status will be moved to ? Thanks

Relay Response (SIM) dropping Query string

Working for years. After Authorize.NET update on 9/8/2015 Relay Response is dropping Query String.Using Tomcat and the relay URL is similar to http://myserver.com/relayresponse;jsessionid=A2C4HH6A11 Using jsessionid to keep track of session. Is there...

sboyle
Member

Relay Response (SIM) Receipt Form button missing

Is anybody else's SIM Relay Response not working as of this morning (9/9/15). The button that redirects the customers back to our system from the Receipt Form is missing?

possible ways to make silent post url script secure

Hello, anyone know possible ways to make our script to handle authorize silent post url response secure ? if someone knows/ crack our slient post url and try to run manullay from browser or hack script then it may create problem with our system. can ...

Create CIM profile from ARB

Hello All, i came to know that Authorize.net has extended functionlity to associate Active ARB subscription id with CIM by referring this link. https://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Important-Information-for-Au...

gldev018
Contributor

transaction Captured/Pending Settlement status Solved

Hello as the document explainationCaptured/Pending Settlement – Transactions with this status have been approved and captured, and will be picked up and sent for settlement at the transaction cut-off time.Authorized/Pending Capture – Transactions wit...

afail
Contributor

Issue with Transaction Details API (settledBatchListResponse) Solved

I am seeing an issue with pulling transaction detail api data from all of our sandbox accounts. The issue seems to affect only transactions captured on or after 9/1/15. The XML response data I am receiving using the PHP SDK has strange numberical val...

EddieLascu88CNP
Regular Contributor

Simulating declined payments in the CIM environment Solved

Can we review this topic a little bit? I know there is a separate post related to simulating declined transactions: http://community.developer.authorize.net/t5/Integration-and-Testing/Simulating-AIM-response-reason-codes-for-testing/m-p/34133#M18621 ...

gldev018
Contributor

Check recurring was paid for a new month

Hello our system need to check the subscription was paid or not for a new month.any API to check that without get all transaction in a month? because it's too slow to getting. Thanks