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.

Transaction Status

I am devloping an application to process cards and I have two pending issues I need help with. 1. The transaction type. When we use the Authorize.net merchant portal and perform an Authorize and Capture transaction, the Transaction Type is printed on...

Google Pay integration with Authorize.net

Hi,I am integrating Google Pay in my app. My initial plan was to use AndroidPay with Authorize.net as processor as Authorize.net supports AndroidPay. But as now Google is not anymore supporting AndroidPay integration and migrating to GooglePay, I hav...

Authorize.net payment page not responsive Solved

Hi Team, We have developed a web application and configured Authorize.Net as one of the payment providers. We use redirect module to capture payment information, i.e., we redirect to authorize.net to capture payment information (provide redirect URL ...

tygar45
Contributor

EMV Card Reader for Sandbox

I am developing an app and need a EMV Card reader that works with the Sandbox mode. Early last week I filled out the emv card reader request forum and heard nothing back. Then I opened a support ticket to check on my request late last week and heard ...

ptlapa
Member

Automatic Recurring Billing (ARB) End Dates

How do you determin the end date of a ARB subscription (or if the subscription has no end date)? The ARBGetSubscriptionRespone contains the start date - but no end date? The interface to manually create the ARB subscription provides three GUI element...

costa
Member

EUR displays and charged as USD

Hello, We have used paypal before and when a customer pays with EUR the invoice displays EUR; After he pays in EUR, it displays the amount converted to USD; And when he pays with USD it displays and charges in USD. With authorize we try to pay with E...

Issue Registering Webhook Endpoint w/ .network TLD

Trying to register webhook endpoint https://mydomain.network/authorize-net-callback receiving an error from both the portal interface and REST endpoint:Error: Invalid url entered. Only valid HTTP(s) urls are supported. When I switch the endpoint to m...

Discrepancy between sandbox CIPHER list and production cipher list

During the recent February 8th TLS test, we noticed a significant difference between the list of accepted ciphers on the production nodes (the ones in test, with only TLS1.2 enabled) and that of sandbox. (NOTE this may have happened during the first ...

An error occurred while processing your request. Reference #97.

I originally posted this as a reply here on Jan. 5th:https://community.developer.authorize.net/t5/Integration-and-Testing/CIM-is-sporadically-up-and-down/td-p/57293 But haven't received a reply, and we are still experiencing this problem. We've been ...

Firefox DOMException

Hi there, I have an issue with Firefox payment form popping up. First the user would click on a CC Payment Disclosure Popup, after clicking OK the disclosure would close and Payment Form should show up. For Firefox the payment pop up will show only "...

majod1
Member

Accept hosted empty transaction response Solved Locked

I successfully implement your Accep Hosted example from github, but sometimes, not always, I cannot prorcess transaction response, as it returns empty: parent: "https://test.authorize.net/payment/payment" ​ qstr: "action=transactResponse&response={" ...

costa
Member

x_relay_url error

Hello,I hope you can help. We have a ticketing (theatre) system, which we are testing with a live account (test mode ON). All is well except when the customer is redirected back to browser we get "The reporting of this transaction to the Merchant has...

Android sdk failure

I try to integrate authorize android sdk with my mobile android application.I havecompileSdkVersion 25minSdkVersion 19 (when tested, I temporarily changed it to 21 but I got the same errors that with 19)targetSdkVersion 25I added in gradle:compile 'n...

Which Composer Packages to include in root directory

Hi, I am testing my site on my notebook's local server. My website is included in C:/xampp/htdocs/website. I have downloaded the composer package from github and ran composer update (after editing my composer.json file). I am confused about where all...

bobbydoogle
Contributor

dotnet TSL 1.2

I have been reading on dotnet TSL 1.2 and am having difficultly confirming if my application's authnet integration is or is not using TSL 1.2. I know the server it is hosted on supports TSL 1.2 form a SSL check, I'm using entity framework 4.5 with pa...

Janga
Member

Getting Cardnumber from ARB Subscription

Hi, Can someone please point me in the right direction for getting the cardnumber & expirationdate from an ARB subscription?I figured they should be accessible in the response at... subscription.profile.paymentprofile.payment.creditcard But I'm not s...

Using test.authorize.net for testing

Will I need a different login to test using the sandbox? Until now, we have used secure.authorize.net for testing and passed the "test request" with a value of true. I am now trying to change our development system to use test.authorize.net. When I u...

What is the correct sandbox URL?

I would like to test my TLS1.2 upgrade using the Sandbox which I understand is already using 1.2. I'm confused about the URL. Customer support via chat gave me: https://sandbox.authorize.net/gateway/transact.dll That URL returns a 404. https://test.a...

TLS 1.2 Sandbox vs Production

We have tested our sandbox instance after explicitly enabling JDK 1.7 to support TLS 1.2 . This worked fine without issues. So we have applied the same for production server. While checking on our production during the temporary TLS 1.2 enablement on...

Could not establish trust relationship for the SSL/TLS

We just had our site (hosted with Godaddy) migrated from a server that only supported TLS1.0 and 1.1 to a server that supports TSL1.0, 1.1, and 1.2. The site was developed years ago using Visual Basic. Unfortunatly, now when we try to submit a paymen...

TLS 1.2 Migration

Hi, I received an email about "Important TLS 1.0 Disablement ". 1- We are using Authorize.Net on our Joomla / PHP website. Our web site is hosted on the Windows Server 2012 R2. To verify my changes I setup sandbox and test server but sandbox doesn’t ...

Capture IP Address from JotForm for Authorize.net.

Good morning, I spoke with Authorize.net yesterday and was instructed to contact you. I am trying to get our JotForm account to link up somehow with our Authorize.net account to populate the Customer IP filed in Transactions Details on Authorize.net....

wesg92
Contributor

Error 103: This transaction cannot be accepted

Hello,While trying to test/update our website code for TLS 1.2, I discovered that our production site wasn't working. I get "This transaction cannot be accepted." error, which I see means a transaction key isn't sent or is invalid. The code and trans...

Profile charge is declined because no CCV code is provided?

Hi, We use api to charge saved payment profile. User selects a profile to be charged from upon ordering, but the profile is charged later when order is shipped. Thus, when chargng the profile we use only customerProfileID and paymentProfileID. No CCV...

Custom start for trial amount and recurring subscription

Hi, I am using Authorize.net with purchased "PMpro plugin". We have set a trial amount only for the first month and also billing amount for our membership level for unlimited period. We would like to debit the trial amount for the first month on one ...

Mohammed
Contributor

facing problem with the silent postback reponse for Accept hosted

Hi there, We are in the process of implementing an Accept hosted solution for one of our java application deployed on the app server in the dmz. We have specified public IP of this server in the authorize.net sandbox account in order to receive the r...

blackwood821
Contributor

Invalid OTS Token Solved Locked

Hi, I'm currently integrating Accept.js into my site to become PCI compliant. Here was my old server-side work flow: Create new monthly subscription:Authorize credit card for first month payment (send credit card info: number, exp date, etc.)If autho...

Salesforce/Authorize.net integration Testing

I am testing an integration with authorize.net and Salesforce via Chargent. The documentation (https://developer.authorize.net/hello_world/testing_guide/) has sections about "CVV Responses" and "Partial Authorization Responses," neither of which are ...

kornysnaps
Contributor

A on SSLLabs - Still Can't Connect To Sandbox

Does anyone else have trouble submitting transactions to the sandbox even though you have an A rating on SSL Labs? SSL Labs clearly shows that our server is using TLS 1.2 only, yet we cannot submit a transaction to the Authnet sandbox.