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.

smorrow123
Contributor

SHA-512 in Perl Solved

Our authorize.net processing is done in some OLD perl cgi code - any perl programmers out there? We are trying to convert to the SHA-512 hashing. Our current processing uses MD5, via the perl module Digest::MD5.I use LWP::UserAgent to POST directly t...

Working php hash verification Solved

**If you find this helpful please kudo this post. This has consumed a huge chunk of my day and you will help me build credibility for when I enroll in the authorize.net certified developer program. ** Here is 100% tested, working php hash verificatio...

New hashing work/have anything to do with Accept Hosted? Solved

Regarding the sha512 transaction hashing and verification, is this designed for or does it work at all for Accept Hosted? I never seen much use for it, and I am noticing that everyone that is posting about this uses SIM/DPM/AIM. I use manual API refu...

Form Assembly form payment

Please let me know how to resolve the error in a form assembly form connection to salesforce returning the following error: 01/15/2019 03:42:31 PM Authorize.Net: No transaction executed. No payment method. No sensitive fields were sent through this c...

Sample byte array signature key Solved

I'm testing the sha512 transaction response using the php sdk. I have a few questions and requests: -Is it possible someone on the auth.net development side could post a validated byte array version of a sample signature key? This would help in my de...

Merchant interface loses information on partial capture

Hi, I am working on some functionality for my clients. One of them will often do a partial capture of a transaction if the shipping estimate generated by the website is substantially in excess of the actual charges incurred. I include the line items ...

jheymann
Contributor

Batch Load Credit Cards

I have a client with a bunch of credit card numbers (with all the information). I realize they shouldn't have this, but they do. Does anyone have anything already written that would allow us to load all of these into Authorize.net, without having to ...

New MD5 Hash Changes

I really need some help here with this. I would first like to know how come the first I am hearing of this is from my clinets who received the email only 2 weeks before we have to fix things....How are we suppossed to properly fix and text in that sh...

CURL Error: SSL certificate problem

Hoping someone here can help me. I have a client site that was built some years ago in Drupal 6. It uses Ubercart. It has been processing payments just fine for some time now. A few days ago attempts to submit orders on the site would fail on payment...

cwdsl
Contributor

Upgrading MD5 to new hash (SIM) Solved

I am trying to upgrade from MD5 to the new hash method as described here:- https://developer.authorize.net/support/hash_upgrade We are using SIM still do in addition I read the guide at https://support.authorize.net/s/article/Do-I-need-to-upgrade-my-...

Authorize.net Accept Hosted iFrame Features Clarifications

Hi Team, Good day. We are using the Authorize.net in our program to make the payment. We need following clarification to enhance our feature to users. 1) Currently we created account and supporting only USD currency. Is it possible to support multipl...

karenb
Contributor

transHashSHA2 is not documented in your API reference

Element "transHashSHA2" is not documented in your API reference, and the information in your Transaction Hash Upgrade Guide is inadequate, as it too fails to properly document the element. Is it properly documented somewhere so that your customers ca...

karenb
Contributor

transHashSHA2 is not in your API documentation

Your Transaction Hash Upgrade Guide says "When you receive a transaction response from Authorize.Net, it includes the transHashSHA2 element," but I'm not finding that element anywhere in your API reference document at https://developer.authorize.net/...

AIM / NVP & MD5 Removal

How will the upcoming MD5 Hash Removal/Disablement affect integrations using the legacy AIM / NVP (with .dll endpoint) API?

cartpauj
Contributor

Silent Post being removed any time soon?

I recently had a client call me stating that they had contacted Authorize.net support and were told that Silent Post was no longer supported (in favor of Accept.js and Webhooks). However, I cannot find any documentation online or in the forums about ...

nkannan123
Contributor

MD5 Hash Removal/Disablement DPM, Python Solved

We are using Python with DPM post option. Followed the hash upgrade link instructions from here:https://developer.authorize.net/support/hash_upgrade/ DPM post fails with "This transaction cannot be accepted." Not getting additional clues and the fail...

Does MD5 Hash removal affect SIM/DPM?

Does the removal of the MD5 Hash affect the fields: x_fp_hashx_MD5_Hash used by the older SIM and DPM charge submission methods? Thanks,Ray

dsandberg
Contributor

Look up transaction by refid?

Is there any way to search for a transaction (via the API) when all we have is the refid that we passed to getHostedPaymentPageRequest? (We are seeking a way to do a batch of queries on any transactions done via hosted payment pages that didn't get r...

Getting empty transaction details from webhook notification

I am getting an empty file content from webhook response about the transaction details, It was working fine before, Now it is not working, I just changed the mode from active to inactive and test the webhook end point, it shows the ping is successful...

fifty-git
Regular Contributor

MD5 Hash Removal

Hello, I am using the php-sdk. (can you tell me how to find what version I am running?)I received the email about the removal of the MD5 hash, but I'm wondering where I'm using it?From the instructions here>> it appears I need to create a function to...

Access VIA SoapUI and other SOAP tools

I have been tasked with interegrating the web services provided by Authorize.net into our current application. As part of starting this process, I am attempting to create a project in SoapUI 5.4.0, but when I point it to the site https://api.authoriz...

lreid
Member

Partial Payment with Woocommerce

We just switched our online store over to Woocommerce. Our previous site (using a.net) allowed us to accept partial payments for orders when we only had part of the order to ship. Sometimes we have speciality items that aren't ready to ship for a cou...

jfkrueger
Contributor

Accept hosted add payment Solved

We recently updated from Hosted CIM to the Accept URL's when requesting to display the add payment form. With the update, the add payment form now has the option to add a bank account in addition to credit card. We need the bank account option remove...

jfkrueger
Contributor

Accept Hosted Form problems Solved

We just updated our site to use the Accept URL's to return the hosted payment form instead of the depricated Hosted CIM form. With this change, we are now seeing that "Bank Account" is an option on the form in addition to Credit Card. We need to remo...

Get Subscription Details from Transaction Refund

I am working on ARB Subscription and all the events relative to my needs are implemented, but i am having trouble in one of the events `net.authorize.payment.refund.created` where i try to get the subscription id against the transaction response when...

Response values quoted vs not quoted

Hi, Recently we had a client come online that uses Auth.net. When we send payment requests to the api the reponse for this client comes back with quoted values. All other clients responses do not have these quoted options. When we called Auth.net sup...