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.

raviparmarce88
Regular Contributor

Checkout button not responding in hosted payment form

Hi Team, We have recently included new sdk 1.9.5 in our java project and when we started testing in firefox browser we are getting weired issue in hosted payment form. We are working fine before this upgrade but since yesterday we inconsitently facin...

Where to find x_.. methods? Solved

As I couldn't integrate authorizeNET sdk in android studio, I started to implement request methods myself. I use Charge a Credit Card and Debit a Bank Account.All works, but I need to send some description info about payment, like like: "Payment for ...

Troubles with EMV transactions in production enviorment

Hello, we are having troubles trying to process our first EMV payment using AnywhereCommerce Walker card reader. This is happening in production enviorment using latest in-person Android sdk from github. No matter what we do, we always get:resultCode...

jubin
Member

Unknown device error, please try again

So I used InPerson SDK for creating a new Android application for making use of Authorize.Net payment gateway. The client has provided us AnywhereCommerce C2X Walker card reader and Live account credentials. Using the sample app provided we were able...

sureshrb3
Contributor

Refund a cummalative amount debited from a customer

Hi,I'll be having a business scenario where I need to refund a cummalative amount debited from a customer through multiple transactions under same profile.Scenario: We have a Customer Profile(C1).We have made 2 payment transactions with C1 namely T1 ...

TLS 1.2 enabled - sandbox returning algorithm error

Hi, We just migrated to a new server and ran ISS crypto to turn disable weak TLS so running 1.2 now. When testing in sandbox we get a new error we've not seen. Does anyone has a suggestion of next step based on the below? Error processing transaction...

which ecommerce platforms support e-check ?

I currently have Shopify for one brand, and it does not seem to support Authorize.net e-check functionality. I have other brands that we might bring live on other platforms. Is there one that plays nicely with e-check ?

Apple Pay: Should I upload the .cer file in authorize.net?

I did Apple Pay setup in authorize.net and got the CSR file.I uploaded the CSR to get .cer file from Apple Certificates, Identifiers & Profiles page.Should I upload .cer file back in authorize.net? Because I'm receiving the following error whenever I...

raviparmarce88
Regular Contributor

Can we get benefit of IE11 in IE10 as compatibility mode ? Solved

Hi Team,We have legacy web application which supports fine with compatibility mode as IE10.Now Authorize.net suggest to upgrade to IE11 but it is difficutl to move compelate application into IE11. So with IE11 browser we are setting compatibility mod...

TLS help needed - looking for consultant

We are really struggling with multiple systems and getting ready for the 2/28/2018 TLS cutoff. We really need some hands-on help. Anyone know of any consultants we can pay to help us get this straight? Thanks,Darren VallaireComputer Heaven, Inc.225-2...

sureshrb3
Contributor

Refund a Transaction with greater amount

Hi, i'll be having a business scenario where i need refund a amount greater than the amount debited in actual transaction. But i tried and came to know that the amount should be lesser than or equal to the amount debited in that transaction.Scenario:...

Not sure about payments safety

Hello,I want to allow users to add cards to my DB. It will help to prevent double typing card's data.I know it's not safe to store card's data, so I want to create user's profile and paymentProfile according to this:https://github.com/AuthorizeNet/sa...

Recurring/Schedule Payments

Hello! Is it possible to schedule payments and let the customer chose the amount and the dates? 1st Payment 1000 - Jan-012nd Payment 500 - Feb-103rd Payment 500 - Mar-154th Payment 1000 - Jul-01

jay71134
Contributor

PHP Curl response returns weird characters

Hi, When i send request to "authorize a credit card payment" using PHP Curl, it returns weird characters in response at start and end. Also i tried to convert Json response to PHP array then i got Null. see screenshot https://www.diigo.com/item/image...

TLS 1.2 Migration

I have an existing C#.net application which uses the AuthorizeNet DLL to allow users to make credit card payments. What do I need to do to migrate to TLS 1.2? If I start using the newest DLL can I be sure my application will still work after February...

Question Regarding Launching Mobile App

Hello, I work for an online beauty supply and I am writing because we are about to launch a mobile app and need some help. Generally to release the mobile app on the app store, I heard that we need to submit our app built into Apple and get it tested...

Invoice API

I cannot seem to locate how to create an invoice using the API endpoints. is there a way to do this?

Assistance needed - TLS 1.2 migration support

I am looking to hire for assistance with our DNN sites to assure we've migrated fully to TLS 1.2 in order to meet the 2/28 deadline for disablement on authorize.net might be just updating DLL but out of my scope. Have testsite in place. . .but need h...

Handle error on Accept Hosted

Hi there, I'm involved in testing Accept Hosted integration (both redirect and iFrame methods) and I was playing with Transaction Amount Triggers (from Testing Guide) to generate payment error.I noticed that errors are displayed on the payment form a...

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...