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.

"Loading..." message using AcceptUI.js on slow network

I've seen many similar posts on the forurm regarding just seeing the never-ending "Loading..." message (originating from https://js.authorize.net/v3/acceptMain/acceptMain.html) on slow network connections. My client experiences this often but I'm onl...

CCV Validation not working with Accept.js

Hi All, I have integrated tokenization credit card processing. If I am inserting wrong credit card number, expiry month and date accept js showing error message but for CCV number its not showing any validation message. After generating tokenization ...

Upgrading AIM NVP

I was reading the AIM Upgrade Guide here (https://developer.authorize.net/api/upgrade_guide/), and it seems that we're still using the AIM NVP method because I still see field names starting with "x_" (x_login, x_tran_key, etc.).What's said in the gu...

Billing address is being transferred in production.

I am using PHP SDK for payment. While in testing mode(Sandbox) its tranferred the billing address perfectly to API. But after changing the testing mode to PRODUCTION. Billing address is not being passed. Can anyone tell me where is the problem

blackwood821
Contributor

Account Updater Feedback

Hi, I've experienced many expired credit cards recently which causes my system to terminate my members' subscriptions. After that they have to create a new subscription if they want to reactivate their membership. I'm considering enabling Account Upd...

PCI DSS SAQ A and Localization

We are hoping to support Authorize.net in addition to Stripe. However, unlike Stripe, I cannot find a way to specify language in the form of locale to the Access Hosted approach. Is there a way to do this or is the SAQ A solution only in English?

any update on sending line items to payment form

I want to send line items to payment form to show customer what he has ordered, in previous questions i have see that it is not possible.In the latest update any chance of sending the line items to payment form

iPhone - Hosted Form not resizing properly

Greetings,We have a set up with the hosted checkout form and acceptUI.js - on actual iPhones the "X" to close the modal is not visible as the frame is too large for the device. I do not see anywhere to configure this If you look at the Submit Order b...

luxis
Member

Implement 3d Secure in WooCommerce...

Hi to all professional developers, I'm trying to implement 3d secure feature on my current website, we are using official WooCommerce Authorize.net cim plugin, and we are wondering how can we implement the 3d secure feature into our WooCommerce websi...

luxis
Member

Hi, question about 3d secure on WooCommerce...

Hi to all professional developers, I'm trying to implement 3d secure feature on my current website, we are using official WooCommerce Authorize.net cim plugin, and we are wondering how can we implement the 3d secure feature into our WooCommerce websi...

smandola
Contributor

Enable SHA-512 hash on 2008 standard server

How to enable SHA-512 hash on 2008 standard server 32 bit. MD5 hash is disabled and they asked to Enable SHA-512 hash on 2008 standard server, Isit possible on windows server 2008 standard 32 bit machine? Please provide way to do that.

Accept.js without iFrames

Is there anyway i can use Accept.js to process transactions without the use of an iFrame, anywhere? I see that Accept.js uses it under the hood but i'm not sure of a way around using an iFrame without going directly to the API for Authorize.net and n...

pakit
Member

1$ Authorization Charge

Hello, we have started to use Authorize.net in our production environment and we are noticing that 1$ charged is applied to client's credit card. We are using the following transaction type:authCaptureTransaction Even if it seems that this amount is ...

Information Not Appearing On Subscription Status Report Page

I am able to create a new subscription for recurring billing with the Authorize.Net API and when I click ont the Subscription ID to drill through to the detail I am able to see the Subscription Name, Customer Name, Payment Type, etc.... When I go bac...

Error 13 with older c# SDK and new sandbox account

The project we've started to work on refrences an older c# SDK from 2016. The posting URL's are setup in Authorize.net DLL's metadata as such:public const string LIVE_URL = "https://secure.authorize.net/gateway/transact.dll";public const string TEST_...

Accept Payment Page does not work in Ionic 3 with IOS

We are trying to integrate Accept Payment Page in an Ionic 3 project.since Ionic app's pages have an origin = "file://" because their pages are hosted localy.to allow the use of the IFrameCommunicator.html which has to be be hosted on the same domain...

Relay Response SHA-256 Hash Mismatch

Please assist with the issue that we are having during hash validation.The hash validation works fine for the basic symbols. But If on the payment page(test.authorize.net/gateway/transact.dll) we fill characters with accents, the hash validation fail...

arey
Member

getTransactionDetailsRequest returning Country Code instead of Name

Hello, I'm testing in Sandbox calling getTransactionDetailsRequest and receiving within "" an alpha-2 code instead of the "String, up to 60 characters" that the documentation says I should get. Can anyone please tell me if the API was changed to send...