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.

ReturnURL and response data in Hosted Page Solved

Hello Team, I would like to use Hosted page in many of our application but when I used sample application I figured out that even after setting up returnURL I can not see it anywhere on Hosted Page. Is there anything I need to take care of to see ret...

AnandBhagwat
Contributor

Accept form testing

Hi, I have setup a Accept form hosted inside an IFrame. It works correctly when all the information entered is correct. However I was trying to test it using the information in Testing guide So I entered a card code as 901 - which is Does not match, ...

JacobS
Member

Processor support for EMV devices

Hi, On your EMV Chip FAQ page it says that support for Paymenttech will be in 2018. Can I get an update on if that is available yet? And could I get an update on Global, Elavon, WorldPay, and EVO? Thanks,Jacob

JacobS
Member

Development test EMV Devices

Hi, At the pos portal it says that purchasing test devices will be coming soon. Could I please get a more specific time when that will be available? Thanks,Jacob

tv
Member

Transaction times tripled

Over the last several weeks we have experienced transaction times usually taking 10-15s tripling to 45s, this increase so much one of our vendors experienced timeout issues. We have issues with create payment profiles and creating transactions so it ...

jheymann
Contributor

Unexpected '$opaqueData when using PHP SDK sample code

I'm having trouble, and I think it is the way I'm deploying the code. I'm thinking it can't find the SDK or something. Here is the code snippet, which is based on the sample PHP code for doing a payment transaction: setName(\SampleCodeConstants::MERC...

AnandBhagwat
Contributor

Question on Accept Hosted using IFrames

Hi, I am looking at implementing payment using Accept Hosted using IFrame and everything seems to be working. However I have a question on the sample provided for this at https://developer.authorize.net/api/reference/features/accept_hosted.html#Integ...

ChanceND
Contributor

Company Field - Accept Hosted Payment Form

This post says the Company Name field was supposed to be added to Accept Payment form in May of 2018 but its not showing on ours?https://community.developer.authorize.net/t5/Integration-and-Testing/Accept-Customer-addPayment-form-missing-Billing-Addr...

.Net AuthorizeNet nuget package for MD5 Hash removal

Hello All, Currently we received the email regarding "MD5 Hash Removal". We are using direct server side integration through c# .Net to do payments using AuthorizeNet and we are using for this AuthorizeNet 1.9.1 nuget package. My query is that does t...

Webhook with Accept Hosted not firing Solved

I'm trying to implement Accept Hosted with redirect to capture a payment. This all seems to be working fine, however because with Accept Hosted redirect you can't disable the receipt page, I need a way of updating my system that the payment succeeded...

jrasmussen
Contributor

Accept Hosted Redirect to Custom Receipt from Lightbox/IFrame Solved

Hello all,I've been working on integrating the lightbox/iframe hosted form solution, and I can get a transaction to actually go through to our Authorize.Net merchant account, but the form hangs after the continue button is pressed. How would you set ...

Payment Link

Hi, We would to allow our customers to make online payment. I know there's a simple checkout system to embed a button to our website. However, we need a link. This is what our web developer is saying: "We don’t have the ability to create/use buttons ...

inkeyes
Contributor

Webhook event definitions?

Hello, Can someone please point me at documentation where the structure of all the webhook event messages are given? In particular, what data is sent with a net.authorize.customer.subscription.suspended event? Thanks Nick

gfyg
Member

Help with code 99

I'm getting a code 99 and have no website developer. Can anyone assist with walking me through this?Please!

Get Transaction details after payment.

I am using authorize.net for payment gateway in my website. Using Accept Hosted - requesting form validation token - Integrate the form using a redirect Everything abve is working fine. Payment is also going through with above form. Now How do I get ...

dustin1
Contributor

Accept Hosted failed to process transaction response

Hello, We're using Accept Hosted with an embedded authorize.net web form. The first step, the customer fills out the basic customer data, then using ajax, we fetch a Hosted Payment token. That token then embeds a form with an iframe communicator. Onc...

jheymann
Contributor

Easiest way to accept a payment via a web page

What is the easiest way to accept a payment from someone via a web page? They may pay whatever amount they choose, and they may not already be a customer. Is there a way to display a generic Accept Payment, without predefining the customer or the pay...

Hosted payment form error 99 SHA512 c#

Hello, I am trying to upgrade from MD5 to the new hash (SHA512) method as on the website however I get a Response Code 99 error. I have used the Data validation tool (http://developer.authorize.net/bin/developer/paramdump) and here are my results. x_...

Accept.JS hosted payment form issues

We are having an issue with the Accept.js hosted payment form for a bit now where once the user clicks to open the payment window, the window pops up but has a loading wheel that stays indefinitely. It's not every user but it does happen probably abo...

blackwood821
Contributor

transHashSha2 is not in the API transaction response

Hi, I received the notification about transHash being replaced by transHashSha2. I updated to the latest SDK (1.9.9) but I still don't get a value in the transHashSha2 field. I am calling CreateTransactionRequestagainst the sandbox and the transactio...

Getting a "timeout" error on Relay Response

I'm trying to get a DPM integration working with the new hash requirements. I know I need to upgrade to the newer approach, but I need to get this working before I dig into that. The problem is that I can't get my development site talking to the sand...

The type AuthorizeNet.BankAccount was not expected

Hi, I followed the C# example payment example and converted it to VB.Net, but I'm having trouble processing bank account. When I execute my transactionController I'm getting an error"The type AuthorizeNet.BankAccount was not expected. Use the XmlIncl...

SHA512 - Signature Key to Byte Array Java

Authorize.NET provides C# code to convert the Signature Key to a Byte Array and calculate the HMAC-SHA512 value. Their example code is using lambda coding in C#. Can someone provide a Java equivalent example of this? I have non-lambda Java version wo...

Refund for AuthorizeCaptureTransaction only via CREDIT

Hi all,We are using AuthorizeCaptureTransactions and looking to implement Refund functionality. Can we use only CREDIT TransactionType for refunding such transactions?What if transaction still pending for settlement? Can it be refunded via CREDIT?Tha...